5 lines
71 B
JavaScript
5 lines
71 B
JavaScript
|
import Vue from 'vue'
|
||
|
import datav from '../src/index'
|
||
|
|
||
|
Vue.use(datav)
|