index.js 126 Bytes
Newer Older
何虹's avatar
何虹 committed
1 2 3 4 5
import index from './src/index.vue'
index.install = function(Vue) {
  Vue.component(index.name, index)
}
export default index