feat: Remove vue-fragment (no-changelog) (#6456)
* feat: remove vue-fragment (no-changelog) * Update pnpm-lock.yaml --------- Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import type { PluginObject } from 'vue';
|
||||
import Fragment from 'vue-fragment';
|
||||
import VueAgile from 'vue-agile';
|
||||
|
||||
import 'regenerator-runtime/runtime';
|
||||
@@ -16,7 +15,6 @@ export const GlobalComponentsPlugin: PluginObject<{}> = {
|
||||
|
||||
app.component('enterprise-edition', EnterpriseEdition);
|
||||
|
||||
app.use(Fragment.Plugin);
|
||||
app.use(VueAgile);
|
||||
app.use(ElementUI);
|
||||
app.use(N8nPlugin);
|
||||
|
||||
Reference in New Issue
Block a user