fix: Remove Vue.component usage and refactor plugins into Vue Plugins (no-changelog) (#6445)
* fix: remove Vue.component usage and refactor plugins into Vue Plugins system (no-changelog) * fix linting issues --------- Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -8,7 +8,6 @@ import { getAvailableCommunityPackageCount } from '@/api/settings';
|
||||
import { defineStore } from 'pinia';
|
||||
import { useRootStore } from './n8nRoot.store';
|
||||
import type { PublicInstalledPackage } from 'n8n-workflow';
|
||||
import Vue from 'vue';
|
||||
import type { CommunityNodesState, CommunityPackageMap } from '@/Interface';
|
||||
import { STORES } from '@/constants';
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@ import type {
|
||||
IUser,
|
||||
} from 'n8n-workflow';
|
||||
import { defineStore } from 'pinia';
|
||||
import Vue from 'vue';
|
||||
import { useRootStore } from './n8nRoot.store';
|
||||
import { useNodeTypesStore } from './nodeTypes.store';
|
||||
import { useSettingsStore } from './settings.store';
|
||||
|
||||
@@ -2,7 +2,6 @@ import { createTag, deleteTag, getTags, updateTag } from '@/api/tags';
|
||||
import { STORES } from '@/constants';
|
||||
import type { ITag, ITagsState } from '@/Interface';
|
||||
import { defineStore } from 'pinia';
|
||||
import Vue from 'vue';
|
||||
import { useRootStore } from './n8nRoot.store';
|
||||
import { useWorkflowsStore } from './workflows.store';
|
||||
|
||||
|
||||
@@ -58,7 +58,6 @@ import type {
|
||||
IWorkflowSettings,
|
||||
} from 'n8n-workflow';
|
||||
import { deepCopy, NodeHelpers, Workflow } from 'n8n-workflow';
|
||||
import Vue from 'vue';
|
||||
|
||||
import { useRootStore } from './n8nRoot.store';
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user