Refactor project structure and update dependencies
This commit is contained in:
9
nuxt/app/pages/logout/index.vue
Normal file
9
nuxt/app/pages/logout/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({ middleware: ['auth'], layout: 'auth' })
|
||||
const auth = useAuthStore()
|
||||
auth.logout()
|
||||
</script>
|
||||
Reference in New Issue
Block a user