2020-03-25 23:24:58 +01:00
|
|
|
import Vue from 'vue';
|
|
|
|
|
import Setup from './setup.vue';
|
|
|
|
|
//import 'filter/generic.js'
|
|
|
|
|
//import 'directive/filedrop.js'
|
|
|
|
|
|
2020-10-15 14:10:23 +02:00
|
|
|
import GlobalComponents from 'zero/components/globals.js';
|
|
|
|
|
import Directives from 'zero/directives/globals.js';
|
2020-04-06 13:24:46 +02:00
|
|
|
|
2020-03-26 22:14:16 +01:00
|
|
|
new Vue(Setup).$mount('#application');
|