mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
✨ Added Vue plugins that register design system and element UI components (#3875)
* ✨ Implemented Vue plugins that register design system and element UI components * 💄 Replacing `any` with object type in Vue plugins
This commit is contained in:
committed by
GitHub
parent
52015a6f03
commit
d4b4e234a6
@@ -38,7 +38,6 @@ import { mapGetters } from 'vuex';
|
||||
|
||||
import SettingsView from './SettingsView.vue';
|
||||
import PageAlert from '../components/PageAlert.vue';
|
||||
import { N8nUsersList } from 'n8n-design-system';
|
||||
import { IUser } from '@/Interface';
|
||||
import mixins from 'vue-typed-mixins';
|
||||
import { showMessage } from '@/components/mixins/showMessage';
|
||||
@@ -47,7 +46,6 @@ export default mixins(showMessage).extend({
|
||||
name: 'SettingsUsersView',
|
||||
components: {
|
||||
SettingsView,
|
||||
'n8n-users-list': N8nUsersList,
|
||||
PageAlert,
|
||||
},
|
||||
async mounted() {
|
||||
|
||||
Reference in New Issue
Block a user