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

remove prettier

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