mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: remove global import for vue-agile
This commit is contained in:
parent
4e3125775b
commit
a78eb4ad1e
|
@ -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);
|
||||||
|
|
||||||
|
|
1
packages/editor-ui/src/vue-agile.d.ts
vendored
1
packages/editor-ui/src/vue-agile.d.ts
vendored
|
@ -1 +0,0 @@
|
||||||
declare module 'vue-agile';
|
|
Loading…
Reference in a new issue