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
相關文章
相關標籤/搜索