Commit 638c9ce8 authored by TTS Kieu Tuan Anh's avatar TTS Kieu Tuan Anh

remove prettier

parent 20162579
......@@ -339,15 +339,15 @@ export default {
},
methods: {
initialize() {
(this.posts = []),
(this.product = []),
(this.categories = []),
(this.sTitle = ""),
(this.sCategoryId = ""),
(this.sContent = ""),
(this.sUserId = ""),
(this.sStatus = ""),
(this.sImages = null);
this.posts = [],
this.product = [],
this.categories = [],
this.sTitle = "",
this.sCategoryId = "",
this.sContent = "",
this.sUserId = "",
this.sStatus = "",
this.sImages = null
},
editItem(item) {
this.editedIndex = this.posts.indexOf(item);
......
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