This commit is contained in:
CzBiX
2019-09-16 00:09:45 +08:00
parent 53e404a685
commit cf1d48ea7a
12 changed files with 90 additions and 76 deletions

View File

@@ -161,7 +161,7 @@ export default Vue.extend({
...mapState({
prefs: 'preferences',
categories(state, getters) {
return getters.allCategories.map(c => ({text: c.name, value: c.key}));
return getters.allCategories.map(c => ({ text: c.name, value: c.key }));
},
}),
params() {