mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-05 19:41:43 +08:00
deploy
This commit is contained in:
parent
fbb4ed049c
commit
89c67f3689
@ -16,7 +16,8 @@
|
||||
"lint:style": "stylelint-config-prettier-check",
|
||||
"inspect": "vue-cli-service inspect",
|
||||
"template": "plop",
|
||||
"clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org&&cnpm i image-webpack-loader -D",
|
||||
"clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org",
|
||||
"image-webpack-loader": "cnpm i image-webpack-loader -D",
|
||||
"use:npm": "nrm use npm",
|
||||
"use:taobao": "nrm use taobao",
|
||||
"update": "ncu -u&&cnpm i",
|
||||
@ -53,13 +54,13 @@
|
||||
"nprogress": "^0.2.0",
|
||||
"qs": "^6.9.4",
|
||||
"screenfull": "^5.0.2",
|
||||
"vab-icon": "^0.0.1",
|
||||
"vue": "^2.6.12",
|
||||
"vue-echarts": "^5.0.0-beta.0",
|
||||
"vue-router": "^3.4.9",
|
||||
"vuex": "^3.5.1",
|
||||
"zx-comparison": "^1.0.3",
|
||||
"zx-count": "^0.3.7",
|
||||
"zx-icon": "^1.1.13",
|
||||
"zx-layouts": "^0.6.21",
|
||||
"zx-magnifie": "^0.4.0",
|
||||
"zx-markdown-editor": "^0.0.2",
|
||||
|
@ -16,6 +16,5 @@ if (!!window.ActiveXObject || 'ActiveXObject' in window) {
|
||||
dangerouslyUseHTMLString: true,
|
||||
})
|
||||
}
|
||||
if (!dependencies['zx-icon'] || !dependencies['zx-layouts']) {
|
||||
if (!dependencies['vab-icon'] || !dependencies['zx-layouts'])
|
||||
document.body.innerHTML = ''
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Vue from 'vue'
|
||||
import VabIcon from 'zx-icon'
|
||||
import VabIcon from 'vab-icon'
|
||||
|
||||
Vue.component('VabIcon', VabIcon)
|
||||
|
Loading…
x
Reference in New Issue
Block a user