init tags tab in admin panel

This commit is contained in:
lesion
2022-12-12 20:54:51 +01:00
parent 854bd6538a
commit 06b35b0cd0
7 changed files with 154 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ export default {
}
},
async fetch() {
this.places = await this.$axios.$get('/place/all')
this.places = await this.$axios.$get('/places')
},
computed: {
...mapState(['settings']),