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