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

下面是一个简单的货币输入的自定义控件,来自https://cn.vuejs.org/v2/guide/components.html:


{{price}}

你可能感兴趣的:(Vue)