mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 23:01:57 +08:00
refactor(all): additional tslint rules
This commit is contained in:
@ -6,8 +6,8 @@ import { Component, Listen, Prop, State } from '@stencil/core';
|
||||
shadow: true
|
||||
})
|
||||
export class MenuToggle {
|
||||
@Prop({ context: 'document' })
|
||||
doc!: Document;
|
||||
|
||||
@Prop({ context: 'document' }) doc!: Document;
|
||||
|
||||
@State() visible = false;
|
||||
|
||||
|
Reference in New Issue
Block a user