mirror of https://github.com/halo-dev/halo-admin
fix: the mode.topPriority involving computed is not initialized (#525)
parent
aa8035855d
commit
54f20b4895
|
@ -215,7 +215,9 @@ export default {
|
|||
return {
|
||||
postStatuses,
|
||||
form: {
|
||||
model: {},
|
||||
model: {
|
||||
topPriority: 0
|
||||
},
|
||||
saving: false,
|
||||
saveErrored: false,
|
||||
draftSaving: false,
|
||||
|
|
Loading…
Reference in New Issue