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-04-06 13:24:46 +02:00
|
|
|
import GlobalComponents from 'zerocomponents/globals.js';
|
|
|
|
|
import Directives from 'zerodirectives/globals.js';
|
|
|
|
|
|
2020-03-26 22:14:16 +01:00
|
|
|
new Vue(Setup).$mount('#application');
|