tab ที่ผ่านมาแล้วเปลี่ยนเป็นสีเขียว

This commit is contained in:
Kittapath 2023-03-17 17:42:45 +07:00
parent 8266e11d11
commit 3f4a0704d3
16 changed files with 407 additions and 166 deletions

View file

@ -0,0 +1,17 @@
<script lang="ts">
import { defineComponent } from 'vue'
export default defineComponent({
name: 'Error404NotFound'
})
</script>
<template>
<div class="fullscreen bg-blue-10 text-white text-center q-pa-md flex flex-center">
<div>
<div class="text-h1">ไมพบหนาทองการ</div>
<div class="text-h2">(404 Not Found)</div>
<!-- <q-btn class="q-mt-xl" color="white" text-color="blue" unelevated to="/" label="กลับไปหน้าหลัก" no-caps /> -->
</div>
</div>
</template>