We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6133ded commit 0f74f69Copy full SHA for 0f74f69
examples/input-readonly-taro4/src/pages/index/index.vue
@@ -1,6 +1,7 @@
1
<template>
2
<view class="index">
3
<text>{{ msg }}</text>
4
+ <input placeholder="请输入" readonly />
5
</view>
6
</template>
7
0 commit comments