improve grid layout

This commit is contained in:
les
2021-04-27 11:10:18 +02:00
parent 8b6c26843c
commit a448999ad8
5 changed files with 66 additions and 116 deletions

View File

@@ -90,7 +90,6 @@ export default {
// check if contain an h-event
this.$emit('imported', ret[0])
} catch (e) {
console.error(e)
this.error = true
this.errorMessage = String(e)
}