fix: the mode.topPriority involving computed is not initialized (#525)

pull/526/head
QuentinHsu 2022-03-27 17:45:20 +08:00 committed by GitHub
parent aa8035855d
commit 54f20b4895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -215,7 +215,9 @@ export default {
return {
postStatuses,
form: {
model: {},
model: {
topPriority: 0
},
saving: false,
saveErrored: false,
draftSaving: false,