23 lines
235 B
Vue
23 lines
235 B
Vue
<script setup>
|
|
|
|
const dataStore = useDataStore()
|
|
|
|
const setupPage = async () => {
|
|
console.log()
|
|
}
|
|
|
|
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<UDashboardNavbar
|
|
title="Eigene Felder"
|
|
>
|
|
|
|
</UDashboardNavbar>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |