mirror of
https://github.com/bitinflow/nuxt-oauth.git
synced 2026-03-13 13:45:59 +00:00
first commit
This commit is contained in:
11
playground/pages/guest.vue
Normal file
11
playground/pages/guest.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
Guest only page
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
middleware: ["guest"]
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user