Many Changes
This commit is contained in:
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