9 lines
145 B
JavaScript
9 lines
145 B
JavaScript
|
import components from './components/index'
|
||
|
|
||
|
import plugins from './plugins'
|
||
|
|
||
|
export default function (Vue) {
|
||
|
components(Vue)
|
||
|
plugins(Vue)
|
||
|
}
|