changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user