(component): update

This commit is contained in:
就眠儀式
2022-09-24 13:43:40 +08:00
parent 4db23c9f8a
commit ec5f744a2e
5 changed files with 11 additions and 34 deletions

View File

@@ -34,33 +34,6 @@ export default {
:::
::: title 只读状态
:::
::: demo 使用 `lay-tag-input` 标签, 创建标签输入框。
<template>
<lay-tag-input v-model="data3" v-model:inputValue="inputValue3" :readonly="true"></lay-tag-input>
</template>
<script>
import { ref,watch } from 'vue'
export default {
setup() {
const data3 = ref(['Vue', 'React']);
const inputValue3 = ref("");
return {
data3,
inputValue3
}
}
}
</script>
:::
::: title 禁用状态
:::
@@ -88,7 +61,7 @@ export default {
:::
::: title 禁用状态
::: title 允许清空
:::
::: demo 使用 `lay-tag-input` 标签, 创建标签输入框。