diff --git a/README.md b/README.md
index af2dd81..4356c54 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ A json-schema editor of high efficient and easy-to-use, base on Vue
@@ -30,14 +30,12 @@ A json-schema editor of high efficient and easy-to-use, base on Vue
**[国内Demo](http://json-schema-editor.sviip.com)**
### Usage
-```bash
```bash
# vue2
npm install json-schema-editor-vue
# vue3
npm install json-schema-editor-vue3
```
-```
```vue
import JsonSchemaEditor from 'json-schema-editor-vue'
diff --git a/dist/css/index.a7ff23e2.css b/dist/css/index.d0c18547.css
similarity index 66%
rename from dist/css/index.a7ff23e2.css
rename to dist/css/index.d0c18547.css
index f6bcc16..19a0a63 100644
--- a/dist/css/index.a7ff23e2.css
+++ b/dist/css/index.d0c18547.css
@@ -1 +1 @@
-*{padding:0;margin:0;box-sizing:border-box}.title{text-align:center;font-size:40px;font-weight:700;height:100px;line-height:100px}.desc{padding:20px;padding:0 3em;font-size:1.2em}.container,.desc{width:80vw;min-width:800px;margin:auto}.container{display:flex;padding:20px;justify-content:center;height:calc(100vh - 150px)}.code-container{max-height:600px;overflow:auto}.schema{margin-left:20px;width:50%;height:100%;overflow-y:auto;overflow-x:hidden;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:12px}.CodeMirror{height:100%!important}.vue-codemirror{flex:1;margin:0 24px;border:1px solid rgba(0,0,0,.1);min-height:300px;overflow:auto;border-radius:6px}.json-schema-editor .row[data-v-3b2b9f56]{display:flex;margin:12px}.json-schema-editor .row .ant-col-name .ant-col-name-c[data-v-3b2b9f56],.json-schema-editor .row .ant-col-name[data-v-3b2b9f56]{display:flex;align-items:center}.json-schema-editor .row .ant-col-name .ant-col-name-required[data-v-3b2b9f56]{flex:0 0 24px;text-align:center}.json-schema-editor .row .ant-col-type[data-v-3b2b9f56]{width:100%}.json-schema-editor .row .ant-col-setting[data-v-3b2b9f56]{display:inline-block}.json-schema-editor .row .setting-icon[data-v-3b2b9f56]{color:rgba(0,0,0,.45);border:none}.json-schema-editor .row .plus-icon[data-v-3b2b9f56]{border:none}.json-schema-editor .row .close-icon[data-v-3b2b9f56]{color:#888;border:none}.json-schema-editor-advanced-modal{color:rgba(0,0,0,.65);min-width:600px}.json-schema-editor-advanced-modal pre{font-family:monospace;height:100%;overflow-y:auto;border:1px solid rgba(0,0,0,.1);border-radius:4px;padding:12px;width:50%}.json-schema-editor-advanced-modal h3{display:block;border-left:3px solid #1890ff;padding:0 8px}.json-schema-editor-advanced-modal .ant-advanced-search-form .ant-form-item{display:flex}.json-schema-editor-advanced-modal .ant-advanced-search-form .ant-form-item .ant-form-item-control-wrapper{flex:1}
\ No newline at end of file
+*{padding:0;margin:0;box-sizing:border-box}.title{text-align:center;font-size:40px;font-weight:700;height:100px;line-height:100px}.desc{padding:20px;padding:0 3em;font-size:1.2em}.container,.desc{width:80vw;min-width:800px;margin:auto}.container{display:flex;padding:20px;justify-content:center;height:calc(100vh - 150px)}.code-container{max-height:600px;overflow:auto}.schema{margin-left:20px;width:50%;height:100%;overflow-y:auto;overflow-x:hidden;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:12px}.CodeMirror{height:100%!important}.vue-codemirror{flex:1;margin:0 24px;border:1px solid rgba(0,0,0,.1);min-height:300px;overflow:auto;border-radius:6px}.json-schema-editor .row[data-v-43dcb7a8]{display:flex;margin:12px}.json-schema-editor .row .ant-col-name .ant-col-name-c[data-v-43dcb7a8],.json-schema-editor .row .ant-col-name[data-v-43dcb7a8]{display:flex;align-items:center}.json-schema-editor .row .ant-col-name .ant-col-name-required[data-v-43dcb7a8]{flex:0 0 24px;text-align:center}.json-schema-editor .row .ant-col-type[data-v-43dcb7a8]{width:100%}.json-schema-editor .row .ant-col-setting[data-v-43dcb7a8]{display:inline-block}.json-schema-editor .row .setting-icon[data-v-43dcb7a8]{color:rgba(0,0,0,.45);border:none}.json-schema-editor .row .plus-icon[data-v-43dcb7a8]{border:none}.json-schema-editor .row .close-icon[data-v-43dcb7a8]{color:#888;border:none}.json-schema-editor-advanced-modal{color:rgba(0,0,0,.65);min-width:600px}.json-schema-editor-advanced-modal pre{font-family:monospace;height:100%;overflow-y:auto;border:1px solid rgba(0,0,0,.1);border-radius:4px;padding:12px;width:50%}.json-schema-editor-advanced-modal h3{display:block;border-left:3px solid #1890ff;padding:0 8px}.json-schema-editor-advanced-modal .ant-advanced-search-form .ant-form-item{display:flex}.json-schema-editor-advanced-modal .ant-advanced-search-form .ant-form-item .ant-form-item-control-wrapper{flex:1}
\ No newline at end of file
diff --git a/dist/index.html b/dist/index.html
index 1dadc9c..8e3ba01 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -105,4 +105,4 @@
-o-transform: rotate(10deg);
transform: rotate(10deg);
}
- }