basic tempate of web
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<template><div></div></template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import useBreadcrumbs from "@/use/use-breadcrumbs"
|
||||
|
||||
useBreadcrumbs("Settings", [
|
||||
{
|
||||
title: "Settings",
|
||||
to: {
|
||||
name: "administration/SettingsPage",
|
||||
},
|
||||
},
|
||||
])
|
||||
</script>
|
||||
Reference in New Issue
Block a user