allow to edit tags in admin panel, fix #170

This commit is contained in:
lesion
2022-12-13 15:41:39 +01:00
parent 854bd6538a
commit 4463c75536
9 changed files with 194 additions and 6 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']),