Skip to content

Commit e667db1

Browse files
committed
增加 Vue Data UI 示例
1 parent 0d7317e commit e667db1

File tree

4 files changed

+985
-0
lines changed

4 files changed

+985
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"vee-validate": "^4.15.0",
6565
"vue": "^3.5.16",
6666
"vue-currency-input": "^3.2.1",
67+
"vue-data-ui": "^2.9.6",
6768
"vue-esign": "^1.1.4",
6869
"vue-hooks-plus": "^2.3.1",
6970
"vue-router": "^4.5.1",

pnpm-lock.yaml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/router/modules/plugin.example.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@ const routes: RouteRecordRaw = {
9999
title: 'G2plot',
100100
},
101101
},
102+
{
103+
path: 'vue-data-ui',
104+
name: 'pluginExampleChartVueDataUi',
105+
component: () => import('@/views/plugin_example/vue-data-ui.vue'),
106+
meta: {
107+
title: 'VueDataUI',
108+
},
109+
},
102110
],
103111
},
104112
{

0 commit comments

Comments
 (0)