Skip to content

Commit

Permalink
namens michael fixed console error
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje authored Sep 27, 2024
1 parent f31491d commit 2a65794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ <h2 class="text-3xl bg-curioGreen text-curioPurple font-bold uppercase p-3">
Vue.createApp({
data() {
return {
toCentral: {},
toRoute: {}
toCentral: [],
toRoute: []
}
},
computed: {
Expand Down

0 comments on commit 2a65794

Please sign in to comment.