Remove HelloWorld and logging, add Budget page
This commit is contained in:
8
web/src/pages/Budget.vue
Normal file
8
web/src/pages/Budget.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<script>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>Budget</h1>
|
||||
|
||||
</template>
|
@ -2,7 +2,6 @@
|
||||
export default {
|
||||
computed: {
|
||||
dashboard () {
|
||||
console.log(this.$store.state);
|
||||
return this.$store.state;
|
||||
}
|
||||
},
|
||||
|
@ -1,9 +1,7 @@
|
||||
<script>
|
||||
|
||||
export default {
|
||||
computed: {
|
||||
dashboard () {
|
||||
console.log(this.$store.state);
|
||||
return this.$store.state;
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user