Added footer to every page
This commit is contained in:
@@ -453,6 +453,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<Footer></Footer>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
@@ -462,6 +463,7 @@ import isEmail from "validator/es/lib/isEmail";
|
||||
import isMobilePhone from "validator/es/lib/isMobilePhone";
|
||||
import isPostalCode from "validator/es/lib/isPostalCode";
|
||||
import { TYPE, useToast } from "vue-toastification";
|
||||
import Footer from "@/components/Footer.vue";
|
||||
|
||||
const props = defineProps({
|
||||
token: String,
|
||||
|
||||
Reference in New Issue
Block a user