dummy test btn
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
<template>
|
||||
<div v-if="isSystemAdmin">
|
||||
<AppCard :to="{ name: 'administration/AdministrationDashboardPage' }"
|
||||
>You are a system admin</AppCard
|
||||
>
|
||||
<AppCard :to="{ name: 'administration/AdministrationDashboardPage' }">
|
||||
You are a system admin
|
||||
</AppCard>
|
||||
|
||||
<v-btn
|
||||
text="test"
|
||||
@click="test"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -14,5 +19,9 @@ import AppCard from "@/components/common/AppCard.vue"
|
||||
|
||||
const { isSystemAdmin } = useCurrentUser<true>()
|
||||
|
||||
function test() {
|
||||
console.log("Running test")
|
||||
}
|
||||
|
||||
useBreadcrumbs()
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user