diff --git a/.vscode/settings.json b/.vscode/settings.json index 8ebded114..171f415fc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -82,6 +82,5 @@ "italic": false } ], - "vue.codeActions.enabled": false, - "git.ignoreLimitWarning": true + "vue.codeActions.enabled": false } diff --git a/examples/docs/newsrc/mobile-first.vue b/examples/docs/newsrc/mobile-first.vue index 9fb4c860e..a4ccbca9d 100644 --- a/examples/docs/newsrc/mobile-first.vue +++ b/examples/docs/newsrc/mobile-first.vue @@ -23,15 +23,15 @@
-
+
-
组件API
+
组件API
-
+
{{ oneGroup.name }}
diff --git a/examples/docs/newsrc/mobile.vue b/examples/docs/newsrc/mobile.vue index a50b44dde..5a898c001 100644 --- a/examples/docs/newsrc/mobile.vue +++ b/examples/docs/newsrc/mobile.vue @@ -31,10 +31,10 @@
-
组件API
+
组件API
-
+
{{ oneGroup.name }}
diff --git a/examples/docs/newsrc/pc.vue b/examples/docs/newsrc/pc.vue index 0ee44e4cc..0791b1501 100644 --- a/examples/docs/newsrc/pc.vue +++ b/examples/docs/newsrc/pc.vue @@ -38,7 +38,7 @@
组件API
-
+
{{ oneGroup.name }}
diff --git a/examples/sites/demos/mobile-first/app/dropdown/button-dropdown.vue b/examples/sites/demos/mobile-first/app/dropdown/button-dropdown.vue index 80e366f54..bc5084302 100644 --- a/examples/sites/demos/mobile-first/app/dropdown/button-dropdown.vue +++ b/examples/sites/demos/mobile-first/app/dropdown/button-dropdown.vue @@ -1,5 +1,5 @@