changes
This commit is contained in:
7
.nuxt/components/plugin.js
Normal file
7
.nuxt/components/plugin.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Vue from 'vue'
|
||||
import * as components from './index'
|
||||
|
||||
for (const name in components) {
|
||||
Vue.component(name, components[name])
|
||||
Vue.component('Lazy' + name, components[name])
|
||||
}
|
||||
Reference in New Issue
Block a user