some modify

This commit is contained in:
jiaming 2018-12-07 15:49:55 +08:00
parent 68d4877bc7
commit b6c9daf398
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@ import numberShow from './numberShow/index.vue'
import capsuleChart from './capsuleChart/index.vue'
import ringChart from './ringChart/index.vue'
import loading from './loading/index.vue'
export default function (Vue) {
Vue.component('borderBox1', borderBox1)
Vue.component('borderBox2', borderBox2)
@ -21,4 +23,5 @@ export default function (Vue) {
Vue.component('numberShow', numberShow)
Vue.component('capsuleChart', capsuleChart)
Vue.component('ringChart', ringChart)
Vue.component('loading', loading)
}