This commit is contained in:
Viet An
2026-05-07 10:53:09 +07:00
parent 6e10dffd22
commit 56cfcd09bf
15 changed files with 439 additions and 1951 deletions

View File

@@ -12,10 +12,14 @@
@close="$store.removeSnackbar()"
/>
<Modal
v-if="showmodal"
v-bind="showmodal"
@close="showmodal = undefined"
/>
<!-- <Modal2
v-for="modal in modals"
:key="modal.id"
v-bind="modal"
/> -->
</div>
</template>
@@ -24,6 +28,7 @@ import { onMounted } from "vue";
import { useRoute } from "vue-router";
import SnackBar from "@/components/snackbar/SnackBar.vue";
import Modal from "@/components/Modal.vue";
const route = useRoute();
const { $getdata, $requestLogin, $store } = useNuxtApp();
var authorized = ref(false);