เพิ่ม contact
This commit is contained in:
parent
0fe82ed983
commit
ed323519ed
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="col-12 row justify-center text-h6 text-dark q-pt-md">ติดต่อเรา</div>
|
<div class="col-12 row justify-center text-h6 text-dark">ติดต่อเรา</div>
|
||||||
<div class="col-12 q-pt-md "></div>
|
<div class="col-12 q-pt-md "></div>
|
||||||
<div class="col-12"><q-separator color="grey-4" /></div>
|
<div class="col-12"><q-separator color="grey-4" /></div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -144,7 +144,7 @@ const onScroll = (info: any) => { scrollInfo.value = info}
|
||||||
<router-view :key="$route.fullPath" />
|
<router-view :key="$route.fullPath" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 row justify-center q-mt-lg" v-if="currentRoute != 'contact'">
|
<div class="col-12 row justify-center q-mt-lg" style="margin-top: 50px;" v-if="currentRoute != 'contact'">
|
||||||
<q-tabs
|
<q-tabs
|
||||||
v-model="tab"
|
v-model="tab"
|
||||||
class="text-grey-8" dense
|
class="text-grey-8" dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue