From f8ff3d9162ab3941fb57536fdad94b42899abf05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=9B=8A=E9=93=AD?= Date: Tue, 30 Mar 2021 14:40:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=80=9A=E8=BF=87iframe=E5=BC=95?= =?UTF-8?q?=E5=85=A5=E6=8C=89=E9=92=AE=E7=BB=84=E4=BB=B6=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- button.html | 791 ++++++++++++++++++++++++++ src/locales/ch.json | 3 +- src/locales/en.json | 3 +- src/router/index.ts | 9 + src/views/components/button/index.vue | 19 + 5 files changed, 823 insertions(+), 2 deletions(-) create mode 100644 button.html create mode 100644 src/views/components/button/index.vue 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攻城狮
+
+
+ Ruby攻城狮 +
+ +
+ VB攻城狮 +
+
+
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 @@ + + + + +