invite management
This commit is contained in:
parent
61052805ae
commit
ed50d8e446
3 changed files with 9 additions and 3 deletions
|
@ -41,6 +41,10 @@ export default defineComponent({
|
|||
},
|
||||
methods: {
|
||||
...mapActions(useUserStore, ["fetchUsers"]),
|
||||
...mapActions(useModalStore, ["openModal"]),
|
||||
inviteUser() {
|
||||
this.openModal(markRaw(defineAsyncComponent(() => import("@/components/admin/user/user/InviteUserModal.vue"))));
|
||||
},
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue