Skip to content

Commit 0f74f69

Browse files
committed
feat: 成功测试vue3+taro+h5
1 parent 6133ded commit 0f74f69

File tree

1 file changed

+1
-0
lines changed
  • examples/input-readonly-taro4/src/pages/index

1 file changed

+1
-0
lines changed

examples/input-readonly-taro4/src/pages/index/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
22
<view class="index">
33
<text>{{ msg }}</text>
4+
<input placeholder="请输入" readonly />
45
</view>
56
</template>
67

0 commit comments

Comments
 (0)