diff --git a/button.html b/button.html
new file mode 100644
index 000000000..f3a97abe6
--- /dev/null
+++ b/button.html
@@ -0,0 +1,791 @@
+
+
+
+
+
+
+
+
+
+
JAVA攻城狮
+
Golang工程师!
+
js攻城狮
+
+
+
+
python攻城狮
+
python攻城狮
+
python攻城狮
+
python攻城狮
+
python攻城狮
+
+
php攻城狮
+
php攻城狮
+
php攻城狮
+
php攻城狮
+
php攻城狮
+
+
+
kotlin攻城狮
+
kotlin攻城狮
+
kotlin攻城狮
+
kotlin攻城狮
+
kotlin攻城狮
+
C语言攻城狮
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/locales/ch.json b/src/locales/ch.json
index c067b1df8..cab0195f0 100644
--- a/src/locales/ch.json
+++ b/src/locales/ch.json
@@ -10,5 +10,6 @@
"video": "视频组件",
"map": "地图组件",
"draggable": "拖拽组件",
- "split-pane": "切割面板"
+ "split-pane": "切割面板",
+ "button": "按钮组件"
}
\ No newline at end of file
diff --git a/src/locales/en.json b/src/locales/en.json
index eb42eef5d..f7f02c392 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -10,5 +10,6 @@
"video": "Video Components",
"map": "Map Components",
"draggable": "Draggable Components",
- "split-pane": "Split Pane"
+ "split-pane": "Split Pane",
+ "button": "Button Components"
}
\ No newline at end of file
diff --git a/src/router/index.ts b/src/router/index.ts
index 5c25f7ecc..381de8f56 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -67,6 +67,15 @@ const routes: Array = [
showLink: false,
savedPosition: true
}
+ },
+ {
+ path: '/components/button',
+ component: () => import(/* webpackChunkName: "components" */ '../views/components/button/index.vue'),
+ meta: {
+ title: 'button',
+ showLink: false,
+ savedPosition: true
+ }
}
],
meta: {
diff --git a/src/views/components/button/index.vue b/src/views/components/button/index.vue
new file mode 100644
index 000000000..a05a43149
--- /dev/null
+++ b/src/views/components/button/index.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+