Hi,歡迎訪問前端老白
import Vue from 'vue' import VueForm from 'vue-form' Vue.use(VueForm)
new Vue({ el: '#app', data: { form: { name: '', check: false, text: '' } }, computed: { textLength: function() { return this.form.text.length } } })
...methods: { onSubmit: function() { // 處理表單提交 this.$emit('submit-form', this.form) } }
老白網(wǎng)絡(luò) (http://52shenghuonet.cn/) 前端 后端 zblog主題.網(wǎng)站地圖xml