fix: remove global import for vue-agile

This commit is contained in:
Alex Grozav 2023-06-27 11:57:43 +03:00
parent 4e3125775b
commit a78eb4ad1e
2 changed files with 0 additions and 3 deletions

View file

@ -1,5 +1,4 @@
import type { Plugin } from 'vue'; import type { Plugin } from 'vue';
import VueAgile from 'vue-agile';
import 'regenerator-runtime/runtime'; import 'regenerator-runtime/runtime';
@ -15,7 +14,6 @@ export const GlobalComponentsPlugin: Plugin<{}> = {
app.component('enterprise-edition', EnterpriseEdition); app.component('enterprise-edition', EnterpriseEdition);
app.use(VueAgile);
app.use(ElementPlus); app.use(ElementPlus);
app.use(N8nPlugin); app.use(N8nPlugin);

View file

@ -1 +0,0 @@
declare module 'vue-agile';