mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 07:34:08 -08:00
9 lines
183 B
TypeScript
9 lines
183 B
TypeScript
|
import Vue from "vue";
|
||
|
|
||
|
import Vue2TouchEvents from 'vue2-touch-events';
|
||
|
// @ts-ignore
|
||
|
import vClickOutside from 'v-click-outside';
|
||
|
|
||
|
Vue.use(Vue2TouchEvents);
|
||
|
Vue.use(vClickOutside);
|