You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by "fengwuxp (JIRA)" <ji...@apache.org> on 2018/02/27 10:32:00 UTC

[jira] [Created] (WEEX-229) weex web weex-vue-render1.0.x text components value attribute not effective

fengwuxp created WEEX-229:
-----------------------------

             Summary: weex web weex-vue-render1.0.x text components value attribute not effective 
                 Key: WEEX-229
                 URL: https://issues.apache.org/jira/browse/WEEX-229
             Project: Weex
          Issue Type: Bug
            Reporter: fengwuxp
            Assignee: Adam Feng


example
code :
`<text value='测试'></text>`
result:

` <p data-v-1b31d2a8="" value="测试" weex-type="text" class="num_text weex-el weex-text"></p>`

use cdn js

<script src="//h5.m.taobao.com/js/trip/weex-ui/vue.runtime.min.js"></script> <script src="//h5.m.taobao.com/js/trip/weex-ui/weex-vue-render-next.min.js"></script>

devDependencies list:

{\{"vue": "^2.5.3", }}

{{"vue-loader": "^12.2.2",}}

{\{ "vue-router": "^3.0.1", }}

{\{"vue-template-compiler": "^2.5.3", }}

{\{"webpack": "^3.8.1", }}

{\{"webpack-cli": "^2.0.9", }}

{{"webpack-dev-server": "^3.0.0",}}

{\{ "weex-loader": "~0.5.3", }}

{{"weex-ui": "^0.4.0",}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)