13 lines
176 B
Vue
13 lines
176 B
Vue
<template>
|
|
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
definePageMeta({layout: "admin"})
|
|
|
|
const route = useRoute()
|
|
const router = useRouter()
|
|
const auth = useAuthStore()
|
|
|
|
</script>
|