pull/40/head
ruibaby 2019-08-27 23:49:29 +08:00
commit 16b70eee80
2 changed files with 6 additions and 5 deletions

View File

@ -267,7 +267,7 @@
:saveDraftButton="false"
:savePublishButton="false"
:saveButton="true"
v-model="postSettingVisible"
:visible="postSettingVisible"
@close="onPostSettingsClose"
@onRefreshPost="onRefreshPostFromSetting"
@onRefreshTagIds="onRefreshTagIdsFromSetting"

View File

@ -212,10 +212,11 @@ export default {
categoryToCreate: {}
}
},
model: {
prop: 'visible',
event: 'close'
},
// TODO delete this commented code
// model: {
// prop: 'visible',
// event: 'close'
// },
props: {
post: {
type: Object,