Remove temp test code. Re-add v-if.
This commit is contained in:
parent
ddce966bb6
commit
c45a7048cb
2 changed files with 1 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="container-fluid modal-loader">
|
||||
<div v-if="isModalVisible" class="container-fluid modal-loader">
|
||||
<div class="row g-2 h-100 d-flex align-items-center">
|
||||
<div class="container-fluid overflow-hidden">
|
||||
<div class="row h-100">
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ import analyticsMixin from "@/mixins/analytics-mixin";
|
|||
// Components
|
||||
import ComponentTest from "@/layouts/component-test/component-test.vue";
|
||||
import FormTest from "@/layouts/form-test/form-test.vue";
|
||||
import Modal from "@/common-components/loading-modal/loading-modal.vue";
|
||||
|
||||
|
||||
const routes = [
|
||||
|
|
@ -35,11 +34,6 @@ const routes = [
|
|||
name: "FormTest",
|
||||
component: FormTest,
|
||||
},
|
||||
{
|
||||
path: "/loading-modal", // This is a temporary route for testing.
|
||||
name: "Modal",
|
||||
component: Modal,
|
||||
},
|
||||
{
|
||||
path: "/",
|
||||
name: "root",
|
||||
|
|
|
|||
Loading…
Reference in a new issue