Vue 组件实现表单的双向绑定

下面是一个简单的货币输入的自定义控件,来自https://cn.vuejs.org/v2/guide/components.html:html <body> <div id="currency-input"> <p>{{price}}</p> <currency-input v-model="price"></currency-input> </div> </body> <scri
相关文章
相关标签/搜索