refactor(tree): 移注第一版tree的实现

This commit is contained in:
落小梅
2021-10-21 14:45:21 +08:00
parent b4477f049b
commit 32252dba94
18 changed files with 189 additions and 1114 deletions

View File

@@ -0,0 +1,26 @@
::: field 基础使用
:::
::: demo
<template>
<lay-color-picker></lay-color-picker>
</template>
<script>
export default {
setup() {
return {
}
}
}
</script>
::: field icon-picker 属性
:::
| | | |
| ---------- | -------- | --- |
| v-model | 默认值 | -- |
| page | 开启分页 | -- |
| showSearch | 启用搜索 | -- |