mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(): update to ionic-rules/strict
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { Component, Element, Listen, Method, Prop, QueueApi } from '@stencil/core';
|
||||
|
||||
import { Color, Config, Mode } from '../../interface';
|
||||
import { createColorClasses } from '../../utils/theme';
|
||||
|
||||
|
||||
@Component({
|
||||
tag: 'ion-content',
|
||||
styleUrls: {
|
||||
@ -70,7 +70,6 @@ export class Content {
|
||||
return this.scrollEl!;
|
||||
}
|
||||
|
||||
|
||||
private resize() {
|
||||
if (!this.scrollEl) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user