diff --git a/.eslintrc.js b/.eslintrc.js index 44b3a559b..a02787fbd 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,6 +10,8 @@ module.exports = { order: [['script', 'template'], 'style'] } ], + 'vue/attribute-hyphenation': 'off', + 'vue/v-on-event-hyphenation': 'off', 'vue/order-in-components': 'off', 'vue/component-name-in-template-casing': 'off', 'vue/custom-event-name-casing': 'off', @@ -21,6 +23,7 @@ module.exports = { 'vue/comma-dangle': 'off', 'vue/prefer-template': 'off', 'vue/no-unused-refs': 'off', + 'vue/require-component-is': 'off', 'vue/singleline-html-element-content-newline': 'off', 'curly': 'off', 'sort-imports': 'off', diff --git a/.gitignore b/.gitignore index aac6a3092..c430c001d 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,9 @@ packages/theme/src/theme/*-theme/component.js pnpm-lock.yaml gulp/bundle.json + +# 本地构建的saas相关资源文件 +examples/sites/public/tiny-vue*.js +examples/sites/public/tiny-vue*.mjs +examples/sites/public/tailwind.css +examples/sites/public/index.css \ No newline at end of file diff --git a/examples/docs/newsrc/App.vue b/examples/docs/newsrc/App.vue index 10d1f4df4..19489c4d1 100644 --- a/examples/docs/newsrc/App.vue +++ b/examples/docs/newsrc/App.vue @@ -4,17 +4,23 @@
组件库模式:
-
- VCA版本: - - {{ state.vueVersion }} - +
+
+ + +
+
+ VCA版本: + + {{ state.vueVersion }} + +
- - - + + +
@@ -22,6 +28,7 @@ - diff --git a/examples/docs/newsrc/mobile.vue b/examples/docs/newsrc/mobile.vue index 44b89afc5..bc304aa9f 100644 --- a/examples/docs/newsrc/mobile.vue +++ b/examples/docs/newsrc/mobile.vue @@ -1,8 +1,12 @@