mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:27:07 +00:00
Add Vue debounce plugin
This commit is contained in:
@@ -3,9 +3,12 @@ import App from './App.vue'
|
||||
import router from './router'
|
||||
import store from './store'
|
||||
import vuetify from './plugins/vuetify'
|
||||
import vueDebounce from 'vue-debounce'
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
Vue.use(vueDebounce);
|
||||
|
||||
new Vue({
|
||||
data () {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user