diff --git a/package.json b/package.json index 7063aabd..2009a313 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "docs:dev": "yarn workspace docs dev", "docs:build": "yarn workspace docs build", - "lib:build": "yarn lib-element:build && yarn lib-iview3:build && yarn lib3-element:build && yarn lib3-ant:build", + "lib:build": "yarn lib-element:build && yarn lib-iview3:build && yarn lib3-element:build && yarn lib3-ant:build && yarn lib3-naive:build", "lib-element:watch": "yarn workspace @lljj/vue-json-schema-form watch", "lib-element:build": "yarn workspace @lljj/vue-json-schema-form build", "lib-iview3:watch": "yarn workspace @lljj/vue2-form-iview3 watch", @@ -21,6 +21,7 @@ "lib3-element:build": "yarn workspace @lljj/vue3-form-element build", "lib3-ant:watch": "yarn workspace @lljj/vue3-form-ant watch", "lib3-ant:build": "yarn workspace @lljj/vue3-form-ant build", + "lib3-naive:build": "yarn workspace @lljj/vue3-form-naive build", "demo:dev": "yarn workspace demo dev", "demo:build": "yarn workspace demo build", "demo3:dev": "yarn workspace demo-v3 dev", @@ -50,6 +51,7 @@ "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@vue/compiler-sfc": "^3.0.0", + "naive-ui": "^2.26.1", "commitizen": "^4.1.2", "conventional-changelog-cli": "^2.0.34", "cz-conventional-changelog": "^3.2.0", diff --git a/packages/demo/demo-common/components/EditorHeader.vue b/packages/demo/demo-common/components/EditorHeader.vue index 0dce8983..5bf51901 100644 --- a/packages/demo/demo-common/components/EditorHeader.vue +++ b/packages/demo/demo-common/components/EditorHeader.vue @@ -104,7 +104,7 @@ export default { } .logo { display: block; - height: 30px; + height: 25px; } } .menu { diff --git a/packages/demo/demo-common/components/Menu.vue b/packages/demo/demo-common/components/Menu.vue index 46bfd4e9..2d23bb45 100644 --- a/packages/demo/demo-common/components/Menu.vue +++ b/packages/demo/demo-common/components/Menu.vue @@ -15,10 +15,7 @@ :class="$style.menuLink" href="https://vue-json-schema-form.lljj.me/" > - 文档 + 文档 @@ -26,10 +23,7 @@ :class="$style.menuLink" href="/" > - Playground + Playground - 活动编辑器 + 活动编辑器 - Schema 生成器 + Schema 生成器 @@ -66,10 +54,7 @@ href="https://github.com/lljj-x/vue-json-schema-form" target="_blank" > - Github + Github @@ -84,7 +69,6 @@ export default {