fix: initial default value in PublishWidget

This commit is contained in:
Anthony Fu 2023-01-30 12:23:49 +01:00
parent e277832b61
commit 9c3a3de41d

View file

@ -6,7 +6,7 @@ import type { Draft } from '~/types'
const { const {
draftKey, draftKey,
initial = getDefaultDraft() as never /* Bug of vue-core */, initial = getDefaultDraft,
expanded = false, expanded = false,
placeholder, placeholder,
dialogLabelledBy, dialogLabelledBy,