如何使用Vue.js将方法结果绑定到v模型?
例如:
<someTag v-model="method_name(data_attribute)"></someTag>
我出于某种原因无法使其发挥作用.
谢谢.
vue.js
vue.js ×1