pages/test/test01.vue
@@ -1,7 +1,9 @@ <template> <view> <mt-card></mt-card> <mt-input></mt-input> <hr> <view>{{inputVal}}</view> <mt-input tips="Tips" v-model="inputVal"></mt-input> </view> </template> @@ -9,7 +11,7 @@ export default { data() { return { inputVal: '' } },