I added the modal files and connected them to their buttons. I need to complete every modal file.
This commit is contained in:
@@ -65,10 +65,10 @@ import { ref, onBeforeMount, onMounted } from "vue";
|
||||
import { useUserStore } from "@/stores/user.js";
|
||||
import { useClient } from "@/plugins/api.js";
|
||||
import SizeIndicator from "@/views/tools/SizeIndicator.vue";
|
||||
import ManageAccount from "@/views/Account/ManageAccount.vue";
|
||||
import PageInformations from "@/views/Account/PageInformations.vue";
|
||||
import PersonnalInfo from "@/views/Account/PersonnalInfo.vue";
|
||||
import AccountSecurity from "@/views/Account/AccountSecurity.vue";
|
||||
import ManageAccount from "@/views/Profile/ManageAccount.vue";
|
||||
import PageInformations from "@/views/Profile/PageInformations.vue";
|
||||
import PersonnalInfo from "@/views/Profile/PersonnalInfo.vue";
|
||||
import AccountSecurity from "@/views/Profile/AccountSecurity.vue";
|
||||
|
||||
const userStore = useUserStore();
|
||||
const client = useClient();
|
||||
|
||||
Reference in New Issue
Block a user