finesse on Blobs

This commit is contained in:
lesion
2022-06-07 21:10:17 +02:00
parent 080ffca56e
commit 8cdfd1a8f7
7 changed files with 26 additions and 19 deletions

View File

@@ -79,7 +79,7 @@ export default {
if (!this.$refs.form.validate()) return
this.loading = true
await this.$axios.$put('/place', this.place)
this.updateMeta()
await this.$fetch()
this.loading = false
this.dialog = false
}