mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
docs(modal): fix props on vue example (#22201)
This commit is contained in:
@ -631,12 +631,7 @@ export default {
|
||||
component: Modal,
|
||||
cssClass: 'my-custom-class',
|
||||
componentProps: {
|
||||
data: {
|
||||
content: 'New Content',
|
||||
},
|
||||
propsData: {
|
||||
title: 'New title',
|
||||
},
|
||||
title: 'New Title'
|
||||
},
|
||||
})
|
||||
return modal.present();
|
||||
|
||||
@ -53,12 +53,7 @@ export default {
|
||||
component: Modal,
|
||||
cssClass: 'my-custom-class',
|
||||
componentProps: {
|
||||
data: {
|
||||
content: 'New Content',
|
||||
},
|
||||
propsData: {
|
||||
title: 'New title',
|
||||
},
|
||||
title: 'New Title'
|
||||
},
|
||||
})
|
||||
return modal.present();
|
||||
|
||||
Reference in New Issue
Block a user