Cleanup code & make sure it has a common code style
This commit is contained in:
@ -28,5 +28,5 @@ export default {
|
||||
this.error(e, this)
|
||||
})
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
@ -137,7 +137,7 @@ export default {
|
||||
|
||||
this.$router.push({
|
||||
name: 'list.list',
|
||||
query: {search: this.searchTerm}
|
||||
query: {search: this.searchTerm},
|
||||
})
|
||||
},
|
||||
hideSearchBar() {
|
||||
@ -154,12 +154,12 @@ export default {
|
||||
return {
|
||||
name: 'list.' + type,
|
||||
params: {
|
||||
type: type
|
||||
type: type,
|
||||
},
|
||||
query: {
|
||||
page: page,
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user