1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-13 00:38:06 +00:00
bramw_baserow/web-frontend/plugins/directives.js

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)