diff --git a/app/layouts/default.vue b/app/layouts/default.vue index 328d767..b58d962 100644 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -5,7 +5,7 @@
- Nuxt4 Demo + BigHouse @@ -25,7 +25,7 @@
- Built with Nuxt + Nuxt UI + Built with Nuxt + Nuxt UI & BigHouse
diff --git a/app/layouts/not-login.vue b/app/layouts/not-login.vue new file mode 100644 index 0000000..d41cb1d --- /dev/null +++ b/app/layouts/not-login.vue @@ -0,0 +1,73 @@ + + + \ No newline at end of file diff --git a/app/pages/index/index.vue b/app/pages/index/index.vue index c269efa..3d08253 100644 --- a/app/pages/index/index.vue +++ b/app/pages/index/index.vue @@ -5,32 +5,7 @@ const userCount = computed(() => data.value?.users?.length ?? 0) \ No newline at end of file diff --git a/app/pages/login/index.vue b/app/pages/login/index.vue new file mode 100644 index 0000000..7c0c9ff --- /dev/null +++ b/app/pages/login/index.vue @@ -0,0 +1,113 @@ + + + \ No newline at end of file