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:
Milorad FIlipović
2022-08-12 13:22:08 +02:00
committed by GitHub
parent 52015a6f03
commit d4b4e234a6
7 changed files with 168 additions and 314 deletions

View File

@@ -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() {