From fb0e7a22baaef9b7873a71cea380f3bbe2048185 Mon Sep 17 00:00:00 2001 From: Techit Thawiang Date: Sat, 12 Jul 2025 23:23:32 +0700 Subject: [PATCH] Cahnge some layouts and structuter --- components/web-footer.vue | 14 ++++++++---- components/web-header.vue | 39 +++++++++++++++++++++++++++++++++ components/web-theme-toggle.vue | 25 +++++++++++++++++++++ layouts/default.vue | 10 +-------- 4 files changed, 75 insertions(+), 13 deletions(-) create mode 100644 components/web-header.vue create mode 100644 components/web-theme-toggle.vue diff --git a/components/web-footer.vue b/components/web-footer.vue index 426e743..8d7b16b 100644 --- a/components/web-footer.vue +++ b/components/web-footer.vue @@ -1,12 +1,18 @@ + + \ No newline at end of file diff --git a/components/web-header.vue b/components/web-header.vue new file mode 100644 index 0000000..1f8120f --- /dev/null +++ b/components/web-header.vue @@ -0,0 +1,39 @@ + \ No newline at end of file diff --git a/components/web-theme-toggle.vue b/components/web-theme-toggle.vue new file mode 100644 index 0000000..b5e8ac9 --- /dev/null +++ b/components/web-theme-toggle.vue @@ -0,0 +1,25 @@ + + + diff --git a/layouts/default.vue b/layouts/default.vue index eefafd4..c1111c0 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,14 +1,6 @@