Remove model property.

pull/40/head
ruibaby 2019-08-27 23:53:49 +08:00
parent 16b70eee80
commit f00c808542
3 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@
:post="postToStage"
:tagIds="selectedTagIds"
:categoryIds="selectedCategoryIds"
v-model="postSettingVisible"
:visible="postSettingVisible"
@close="onPostSettingsClose"
@onRefreshPost="onRefreshPostFromSetting"
@onRefreshTagIds="onRefreshTagIdsFromSetting"

View File

@ -28,7 +28,7 @@
<SheetSetting
:sheet="sheetToStage"
v-model="sheetSettingVisible"
:visible="sheetSettingVisible"
@close="onSheetSettingsClose"
@onRefreshSheet="onRefreshSheetFromSetting"
/>

View File

@ -121,10 +121,10 @@ export default {
customTpls: []
}
},
model: {
prop: 'visible',
event: 'close'
},
// model: {
// prop: 'visible',
// event: 'close'
// },
props: {
sheet: {
type: Object,