Commit c8919953 by 乔延琦

Merge branch 'develop-zhouyi' into 'develop'

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

See merge request GFP/RBC/rbc-frontend!118
parents 80c9e0ee f6ff0504
......@@ -8,7 +8,9 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@rbc/icon": "^0.0.1",
"core-js": "^3.6.5",
"currency.js": "^1.2.2",
"element-ui": "^2.15.6",
"iviewex": "^2.6.26",
"less": "^3.0.4",
......@@ -21,8 +23,7 @@
"viewerjs": "^1.10.2",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0",
"currency.js": "^1.2.2"
"vuex": "^3.4.0"
},
"files": [
"dist",
......
import mcon from './mcon';
import emcon from './emcon';
import '@rbc/icon/iconfont'
import '@rbc/icon/iconfont.css'
import '@rbc/icon/icon.css'
import './styles/common/normalize.less'
export default {
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