fix: 🐛 修复弹窗switch开关显示问题

This commit is contained in:
albert
2022-07-11 15:03:52 +08:00
parent 5856faaef3
commit 401aaf97a4
8 changed files with 109 additions and 7 deletions

View File

@@ -11,11 +11,15 @@
[![MIT License](https://img.shields.io/github/license/zyqwst/json-schema-editor-vue.svg)](https://github.com/zyqwst/json-schema-editor-vue/blob/master/LICENSE)
A json-schema editor of high efficient and easy-to-use, base on Vue
### [json-schema-editor of Vue3](https://github.com/zyqwst/-json-schema-editor-vue3)
<p align="center">
<img width="100%" src="https://github.com/zyqwst/json-schema-editor-vue/raw/master/examples/assets/capture.png">
</p>
**支持自定义属性,满足特殊的需求**
**支持自定义属性,满足特殊的需求*
<p align="center">
<img width="100%" src="https://github.com/zyqwst/json-schema-editor-vue/raw/master/examples/assets/custom.png">
</p>
@@ -27,7 +31,12 @@ A json-schema editor of high efficient and easy-to-use, base on Vue
### Usage
```bash
```bash
# vue2
npm install json-schema-editor-vue
# vue3
npm install json-schema-editor-vue3
```
```
```vue