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 {
|
return {
|
||||||
postStatuses,
|
postStatuses,
|
||||||
form: {
|
form: {
|
||||||
model: {},
|
model: {
|
||||||
|
topPriority: 0
|
||||||
|
},
|
||||||
saving: false,
|
saving: false,
|
||||||
saveErrored: false,
|
saveErrored: false,
|
||||||
draftSaving: false,
|
draftSaving: false,
|
||||||
|
|
Loading…
Reference in New Issue