UNPKG
csg-datav
Version:
latest (1.0.0)
1.0.0
Datav Document
csg-datav
/
docs
/
.vuepress
/
enhanceApp.js
11 lines
(8 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
auxiliary
from
'../auxiliary/index'
import
dataV
from
'../DataV/index'
export
default
({
Vue
, }) => {
Vue
.
use
(auxiliary)
Vue
.
use
(dataV) }