mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +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
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user