mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
refactor(all): data -> componentProps
This commit is contained in:
@ -310,7 +310,7 @@ export class Select {
|
||||
|
||||
const popoverOpts: PopoverOptions = Object.assign(interfaceOptions, {
|
||||
component: 'ion-select-popover',
|
||||
data: {
|
||||
componentProps: {
|
||||
title: interfaceOptions.title,
|
||||
subTitle: interfaceOptions.subTitle,
|
||||
message: interfaceOptions.message,
|
||||
|
Reference in New Issue
Block a user