mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
we do not use this i believe
This commit is contained in:
parent
501a23ede1
commit
daedba0821
@ -1,4 +1,4 @@
|
|||||||
import clickOutside from '@/directives/click-ouside.js'
|
// import clickOutside from '@/directives/click-ouside.js'
|
||||||
import { focus } from 'vue-focus'
|
import { focus } from 'vue-focus'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -7,7 +7,7 @@ import { focus } from 'vue-focus'
|
|||||||
|
|
||||||
const GlobalDirectives = {
|
const GlobalDirectives = {
|
||||||
install(Vue) {
|
install(Vue) {
|
||||||
Vue.directive('click-outside', clickOutside)
|
// Vue.directive('click-outside', clickOutside)
|
||||||
Vue.directive('focus', focus)
|
Vue.directive('focus', focus)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@ -13,7 +13,7 @@ import VueQrcode from 'vue-qrcode'
|
|||||||
|
|
||||||
import VueMoment from 'vue-moment'
|
import VueMoment from 'vue-moment'
|
||||||
|
|
||||||
import clickOutside from '@/directives/click-ouside.js'
|
// import clickOutside from '@/directives/click-ouside.js'
|
||||||
import { focus } from 'vue-focus'
|
import { focus } from 'vue-focus'
|
||||||
|
|
||||||
import { loadAllRules } from '../src/validation-rules'
|
import { loadAllRules } from '../src/validation-rules'
|
||||||
@ -46,7 +46,7 @@ global.localVue.use(VueQrcode)
|
|||||||
global.localVue.use(VueMoment)
|
global.localVue.use(VueMoment)
|
||||||
global.localVue.component('validation-provider', ValidationProvider)
|
global.localVue.component('validation-provider', ValidationProvider)
|
||||||
global.localVue.component('validation-observer', ValidationObserver)
|
global.localVue.component('validation-observer', ValidationObserver)
|
||||||
global.localVue.directive('click-outside', clickOutside)
|
// global.localVue.directive('click-outside', clickOutside)
|
||||||
global.localVue.directive('focus', focus)
|
global.localVue.directive('focus', focus)
|
||||||
|
|
||||||
// throw errors for vue warnings to force the programmers to take care about warnings
|
// throw errors for vue warnings to force the programmers to take care about warnings
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user