forked from opentiny/tiny-vue
build(build): update package.json
This commit is contained in:
parent
55872604be
commit
cd5bf9dbc1
|
@ -394,13 +394,13 @@
|
|||
"mobile"
|
||||
]
|
||||
},
|
||||
"CascaderSelectMobile": {
|
||||
"path": "vue/src/cascader-select/src/mobile.vue",
|
||||
"CascaderSelectMobileFirst": {
|
||||
"path": "vue/src/cascader-select/src/mobile-first.vue",
|
||||
"type": "template",
|
||||
"exclude": false
|
||||
},
|
||||
"CascaderSelectMobileFirst": {
|
||||
"path": "vue/src/cascader-select/src/mobile-first.vue",
|
||||
"CascaderSelectMobile": {
|
||||
"path": "vue/src/cascader-select/src/mobile.vue",
|
||||
"type": "template",
|
||||
"exclude": false
|
||||
},
|
||||
|
@ -426,7 +426,7 @@
|
|||
"exclude": false
|
||||
},
|
||||
"ChartBar": {
|
||||
"path": "vue/src/chart/chart-bar/index.ts",
|
||||
"path": "vue/src/charts-beta/chart-bar/index.ts",
|
||||
"type": "component",
|
||||
"exclude": false
|
||||
},
|
||||
|
@ -441,7 +441,7 @@
|
|||
"exclude": false
|
||||
},
|
||||
"ChartCore": {
|
||||
"path": "vue/src/chart/chart-core/index.ts",
|
||||
"path": "vue/src/charts-beta/chart-core/index.ts",
|
||||
"type": "component",
|
||||
"exclude": false
|
||||
},
|
||||
|
@ -466,12 +466,12 @@
|
|||
"exclude": false
|
||||
},
|
||||
"ChartHistogram": {
|
||||
"path": "vue/src/chart/chart-histogram/index.ts",
|
||||
"path": "vue/src/charts-beta/chart-histogram/index.ts",
|
||||
"type": "component",
|
||||
"exclude": false
|
||||
},
|
||||
"ChartLine": {
|
||||
"path": "vue/src/chart/chart-line/index.ts",
|
||||
"path": "vue/src/charts-beta/chart-line/index.ts",
|
||||
"type": "component",
|
||||
"exclude": false
|
||||
},
|
||||
|
@ -486,17 +486,17 @@
|
|||
"exclude": false
|
||||
},
|
||||
"ChartPie": {
|
||||
"path": "vue/src/chart/chart-pie/index.ts",
|
||||
"path": "vue/src/charts-beta/chart-pie/index.ts",
|
||||
"type": "component",
|
||||
"exclude": false
|
||||
},
|
||||
"ChartRadar": {
|
||||
"path": "vue/src/chart/chart-radar/index.ts",
|
||||
"path": "vue/src/charts-beta/chart-radar/index.ts",
|
||||
"type": "component",
|
||||
"exclude": false
|
||||
},
|
||||
"ChartRing": {
|
||||
"path": "vue/src/chart/chart-ring/index.ts",
|
||||
"path": "vue/src/charts-beta/chart-ring/index.ts",
|
||||
"type": "component",
|
||||
"exclude": false
|
||||
},
|
||||
|
@ -530,6 +530,11 @@
|
|||
"type": "component",
|
||||
"exclude": false
|
||||
},
|
||||
"ChartsBeta": {
|
||||
"path": "vue/src/charts-beta/index.ts",
|
||||
"type": "component",
|
||||
"exclude": false
|
||||
},
|
||||
"Checkbox": {
|
||||
"path": "vue/src/checkbox/index.ts",
|
||||
"type": "component",
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
"@opentiny/vue-chart-tree": "workspace:~",
|
||||
"@opentiny/vue-chart-waterfall": "workspace:~",
|
||||
"@opentiny/vue-chart-wordcloud": "workspace:~",
|
||||
"@opentiny/vue-charts-beta": "workspace:~",
|
||||
"@opentiny/vue-checkbox": "workspace:~",
|
||||
"@opentiny/vue-checkbox-button": "workspace:~",
|
||||
"@opentiny/vue-checkbox-group": "workspace:~",
|
||||
|
|
Loading…
Reference in New Issue