diff --git a/.eslintrc.json b/.eslintrc.json
index 8b34c71..ae4a488 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -13,6 +13,6 @@
"indent": ["error", 4, { "SwitchCase": 1 }],
"quotes": ["error", "single"],
"semi": ["error", "always"],
- "no-console": ["off"]
+ "no-console": ["error"]
}
}
diff --git a/src/components/back-top/back-top.vue b/src/components/back-top/back-top.vue
index a4d4f7f..171f168 100644
--- a/src/components/back-top/back-top.vue
+++ b/src/components/back-top/back-top.vue
@@ -8,6 +8,7 @@
diff --git a/test/routers/more.vue b/test/routers/more.vue
index 7da4d6d..ab48ca8 100644
--- a/test/routers/more.vue
+++ b/test/routers/more.vue
@@ -1,82 +1,28 @@
-
- 子元素向左排列
-
- col-4
- col-4
- col-4
- col-4
-
- 子元素向右排列
-
- col-4
- col-4
- col-4
- col-4
-
- 子元素居中排列
-
- col-4
- col-4
- col-4
- col-4
-
- 子元素等宽排列
-
- col-4
- col-4
- col-4
- col-4
-
- 子元素分散排列
-
- col-4
- col-4
- col-4
- col-4
-
+ {{properties|json}}
+ {{units|json}}
+
+
+
+
--
libgit2 0.21.4