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

@@ -54,12 +54,10 @@ import Modal from "./Modal.vue";
import Vue from "vue";
import { IUser } from "../Interface";
import { mapGetters } from "vuex";
import { N8nUserSelect } from 'n8n-design-system';
export default mixins(showMessage).extend({
components: {
Modal,
N8nUserSelect,
},
name: "DeleteUserModal",
props: {