Learn Vue.js - Using computed setters for v-model. ... new Vue({ el: '#demo', data: { statusProxy: null }, computed: { status: { get () { return (this.
確定! 回上一頁