Commit 8a977e31 authored by Kemm23's avatar Kemm23

coding convention

parent 6c9acbf3
...@@ -484,14 +484,6 @@ export default { ...@@ -484,14 +484,6 @@ export default {
}) })
}) })
}, },
fileSelected (event) {
console.log(event)
const file = event.target.files[0]
this.url = URL.createObjectURL(file)
this.image = file
console.log(file)
console.log(this.image)
},
deleteCategory (ID, index) { deleteCategory (ID, index) {
const self = this const self = this
this.editedIndex = this.categories.indexOf(index) this.editedIndex = this.categories.indexOf(index)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment