I added the modal files and connected them to their buttons. I need to complete every modal file.

This commit is contained in:
PascalMarchesseault
2024-07-26 12:21:21 -04:00
parent fc95f59490
commit 81d2ae4fda
24 changed files with 428 additions and 82 deletions

View File

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