mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
chore(): update to ionic-rules/strict
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { Component, Prop } from '@stencil/core';
|
||||
|
||||
import { Config } from '../../interface';
|
||||
|
||||
@Component({
|
||||
@ -28,7 +29,6 @@ export class RefresherContent {
|
||||
*/
|
||||
@Prop() refreshingText?: string;
|
||||
|
||||
|
||||
protected componentDidLoad() {
|
||||
if (!this.pullingIcon) {
|
||||
this.pullingIcon = this.config.get('ionPullIcon', 'arrow-down');
|
||||
|
||||
Reference in New Issue
Block a user