From 9ab6b38c098f857f2ce0772693142c930e4f9b6d Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期六, 30 三月 2024 10:44:03 +0800 Subject: [PATCH] # --- pages/test/test01.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/test/test01.vue b/pages/test/test01.vue index cb2190c..0f59d4f 100644 --- a/pages/test/test01.vue +++ b/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: '' } }, -- Gitblit v1.9.1