diff --git a/src/menu/index.js b/src/menu/index.js index af929d8e..bd54a5a2 100644 --- a/src/menu/index.js +++ b/src/menu/index.js @@ -196,6 +196,18 @@ const demoElement = { { path: `${pre}navigation-dropdown`, title: '下拉菜单' }, { path: `${pre}navigation-steps`, title: '步骤条' } ] + }, + { + path: `${pre}others`, + title: '其它', + children: [ + { path: `${pre}others-dialog`, title: '对话框' }, + { path: `${pre}others-tooltip`, title: '文字提示' }, + { path: `${pre}others-popover`, title: '弹出框' }, + { path: `${pre}others-card`, title: '卡片' }, + { path: `${pre}others-carousel`, title: '走马灯' }, + { path: `${pre}others-collapse`, title: '折叠面板' } + ] } ])('/demo/element/') } diff --git a/src/pages/demo/element/others-card/index.vue b/src/pages/demo/element/others-card/index.vue new file mode 100644 index 00000000..b81590a2 --- /dev/null +++ b/src/pages/demo/element/others-card/index.vue @@ -0,0 +1,7 @@ + diff --git a/src/pages/demo/element/others-carousel/index.vue b/src/pages/demo/element/others-carousel/index.vue new file mode 100644 index 00000000..b81590a2 --- /dev/null +++ b/src/pages/demo/element/others-carousel/index.vue @@ -0,0 +1,7 @@ + diff --git a/src/pages/demo/element/others-collapse/index.vue b/src/pages/demo/element/others-collapse/index.vue new file mode 100644 index 00000000..b81590a2 --- /dev/null +++ b/src/pages/demo/element/others-collapse/index.vue @@ -0,0 +1,7 @@ + diff --git a/src/pages/demo/element/others-dialog/index.vue b/src/pages/demo/element/others-dialog/index.vue new file mode 100644 index 00000000..b81590a2 --- /dev/null +++ b/src/pages/demo/element/others-dialog/index.vue @@ -0,0 +1,7 @@ + diff --git a/src/pages/demo/element/others-popover/index.vue b/src/pages/demo/element/others-popover/index.vue new file mode 100644 index 00000000..b81590a2 --- /dev/null +++ b/src/pages/demo/element/others-popover/index.vue @@ -0,0 +1,7 @@ + diff --git a/src/pages/demo/element/others-tooltip/index.vue b/src/pages/demo/element/others-tooltip/index.vue new file mode 100644 index 00000000..b81590a2 --- /dev/null +++ b/src/pages/demo/element/others-tooltip/index.vue @@ -0,0 +1,7 @@ + diff --git a/src/router/index.js.REMOVED.git-id b/src/router/index.js.REMOVED.git-id index 4af3e04e..90adffa6 100644 --- a/src/router/index.js.REMOVED.git-id +++ b/src/router/index.js.REMOVED.git-id @@ -1 +1 @@ -bd37d84b4c901b54d19d0a24b5711c434d27091c \ No newline at end of file +98262236d74b49a612e6be6ba8cac9307d0fc023 \ No newline at end of file