mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
10 lines
78 B
JavaScript
10 lines
78 B
JavaScript
|
|
|
|
export class IonicConfig {
|
|
|
|
constructor() {
|
|
this.canWe = true;
|
|
}
|
|
|
|
}
|