feat : page listing client
This commit is contained in:
12
frontend/pages/admin/customer/[[id]].vue
Normal file
12
frontend/pages/admin/customer/[[id]].vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({layout: "admin"})
|
||||
|
||||
const route = useRoute()
|
||||
const router = useRouter()
|
||||
const auth = useAuthStore()
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user