5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
import Vue from 'vue'
|
|
import lodash from 'lodash'
|
|
|
|
Vue.use(lodash)
|