mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(): rename properties to inputs, events to outputs
This commit is contained in:
@ -25,7 +25,7 @@ import {IonicComponent} from '../../config/decorators';
|
||||
*/
|
||||
@IonicComponent({
|
||||
selector: 'ion-checkbox',
|
||||
properties: [
|
||||
inputs: [
|
||||
'value',
|
||||
'checked',
|
||||
'disabled',
|
||||
|
Reference in New Issue
Block a user