Commit f6ff0504 by Joey

fix(@gms/gms-plugin-billexpand): 主动引用图标,避免审批意见图标缺失

parent f05271fe
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {
"@rbc/icon": "^0.0.1",
"core-js": "^3.6.5", "core-js": "^3.6.5",
"currency.js": "^1.2.2",
"element-ui": "^2.15.6", "element-ui": "^2.15.6",
"iviewex": "^2.6.26", "iviewex": "^2.6.26",
"less": "^3.0.4", "less": "^3.0.4",
...@@ -21,8 +23,7 @@ ...@@ -21,8 +23,7 @@
"viewerjs": "^1.10.2", "viewerjs": "^1.10.2",
"vue": "^2.6.11", "vue": "^2.6.11",
"vue-router": "^3.2.0", "vue-router": "^3.2.0",
"vuex": "^3.4.0", "vuex": "^3.4.0"
"currency.js": "^1.2.2"
}, },
"files": [ "files": [
"dist", "dist",
......
import mcon from './mcon'; import mcon from './mcon';
import emcon from './emcon'; import emcon from './emcon';
import '@rbc/icon/iconfont'
import '@rbc/icon/iconfont.css'
import '@rbc/icon/icon.css'
import './styles/common/normalize.less' import './styles/common/normalize.less'
export default { export default {
install: function(){ install: function(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment