Add stuff
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl">{{ $t('hello') }}</h1>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
middleware: ['guest']
|
||||
});
|
||||
</script>
|
||||
|
||||
<template><h1>login</h1></template>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user