merge master

This commit is contained in:
Pan
2019-05-05 17:16:14 +08:00
parent 818b565658
commit 6346ab3d80
12 changed files with 40 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
import Vue from 'vue'
import SvgIcon from '@/components/SvgIcon'// svg组件
import SvgIcon from '@/components/SvgIcon'// svg component
// register globally
Vue.component('svg-icon', SvgIcon)