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" :saveDraftButton="false"
:savePublishButton="false" :savePublishButton="false"
:saveButton="true" :saveButton="true"
v-model="postSettingVisible" :visible="postSettingVisible"
@close="onPostSettingsClose" @close="onPostSettingsClose"
@onRefreshPost="onRefreshPostFromSetting" @onRefreshPost="onRefreshPostFromSetting"
@onRefreshTagIds="onRefreshTagIdsFromSetting" @onRefreshTagIds="onRefreshTagIdsFromSetting"

View File

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