mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-13 00:38:06 +00:00
7 lines
213 B
JavaScript
7 lines
213 B
JavaScript
import Vue from 'vue'
|
|
|
|
import moveToBody from '@/directives/moveToBody'
|
|
import clickOutside from '@/directives/clickOutside'
|
|
|
|
Vue.directive('move-to-body', moveToBody)
|
|
Vue.directive('click-outside', clickOutside)
|