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