add a default value for customColumns

This commit is contained in:
utchoang 2022-06-16 13:24:30 +07:00
parent a32f19b34d
commit 5b9b117301
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ const user = {
darkMode: false,
defaultListViewPageSize: 20,
countNotify: 0,
logoutFlag: false
logoutFlag: false,
customColumns: {}
},
mutations: {