mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
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:
@@ -49,6 +49,7 @@ import { defineComponent } from 'vue';
|
||||
import { genericHelpers } from '@/mixins/genericHelpers';
|
||||
import { filterTemplateNodes, abbreviateNumber } from '@/utils';
|
||||
import NodeList from './NodeList.vue';
|
||||
import TimeAgo from '@/components/TimeAgo.vue';
|
||||
|
||||
export default defineComponent({
|
||||
name: 'TemplateCard',
|
||||
@@ -73,6 +74,7 @@ export default defineComponent({
|
||||
},
|
||||
},
|
||||
components: {
|
||||
TimeAgo,
|
||||
NodeList,
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user