Many Changes
This commit is contained in:
@@ -10,7 +10,13 @@
|
||||
placeholder="Suche..."
|
||||
/>
|
||||
</InputGroup>-->
|
||||
|
||||
<Toolbar>
|
||||
<UButton
|
||||
@click="router.push('/banking/newAccount')"
|
||||
>
|
||||
+ Konto
|
||||
</UButton>
|
||||
</Toolbar>
|
||||
|
||||
|
||||
<UTable
|
||||
|
||||
25
spaces/pages/banking/newAccount/index.vue
Normal file
25
spaces/pages/banking/newAccount/index.vue
Normal file
@@ -0,0 +1,25 @@
|
||||
<script setup>
|
||||
import Axios from "axios"
|
||||
|
||||
|
||||
const newAccounts = ref([])
|
||||
|
||||
const setupPage = async () => {
|
||||
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
New
|
||||
<UButton
|
||||
@click="setupPage"
|
||||
>
|
||||
Setup
|
||||
</UButton>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user