mirror of https://github.com/halo-dev/halo-admin
Merge branch 'dev' of https://github.com/halo-dev/halo-admin into dev
commit
16b70eee80
|
@ -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"
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue