#
whycq
2024-03-30 9ab6b38c098f857f2ce0772693142c930e4f9b6d
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: ''
            
         }
      },