5 lines
73 B
JavaScript
5 lines
73 B
JavaScript
import Vue from 'vue'
|
|
import hooks from '@u3u/vue-hooks'
|
|
|
|
Vue.use(hooks)
|