mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
chore(): update to latest stencil
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
"ionicons": "4.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stencil/core": "0.11.1",
|
||||
"@stencil/core": "0.11.2",
|
||||
"@stencil/dev-server": "latest",
|
||||
"@stencil/sass": "0.1.0",
|
||||
"@stencil/utils": "latest",
|
||||
|
@ -264,7 +264,9 @@ export class Datetime {
|
||||
},
|
||||
{
|
||||
text: this.doneText,
|
||||
handler: (data: any) => this.value = data
|
||||
handler: (data: any) => {
|
||||
this.value = data;
|
||||
}
|
||||
}
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user