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" :post="postToStage"
:tagIds="selectedTagIds" :tagIds="selectedTagIds"
:categoryIds="selectedCategoryIds" :categoryIds="selectedCategoryIds"
v-model="postSettingVisible" :visible="postSettingVisible"
@close="onPostSettingsClose" @close="onPostSettingsClose"
@onRefreshPost="onRefreshPostFromSetting" @onRefreshPost="onRefreshPostFromSetting"
@onRefreshTagIds="onRefreshTagIdsFromSetting" @onRefreshTagIds="onRefreshTagIdsFromSetting"

View File

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

View File

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