Skip to content

Commit

Permalink
releases 4.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Jun 18, 2024
1 parent d97d38b commit 68165e9
Show file tree
Hide file tree
Showing 17 changed files with 1,597 additions and 788 deletions.
2 changes: 2 additions & 0 deletions examples/views/input/InputTest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
<vxe-input v-model="demo1.value200" placeholder="可清除" showWordCount clearable></vxe-input>
<vxe-input v-model="demo1.value201" placeholder="带图标" prefix-icon="vxe-icon-time" suffix-icon="vxe-icon-time" clearable></vxe-input>
<vxe-input v-model="demo1.value202" placeholder="只读的" suffix-icon="vxe-icon-time" readonly></vxe-input>
<vxe-input v-model="demo1.value203" placeholder="禁用的" disabled></vxe-input>
<vxe-input v-model="demo1.value203" placeholder="禁用的" prefix-icon="vxe-icon-time" disabled></vxe-input>
<vxe-input v-model="demo1.value203" placeholder="禁用的" prefix-icon="vxe-icon-time" suffix-icon="vxe-icon-time" disabled></vxe-input>
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-pc-ui",
"version": "4.0.21",
"version": "4.0.22",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down
Loading

0 comments on commit 68165e9

Please sign in to comment.