mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(bundling): fix EventEmitter import
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
import { Component, Event, Prop } from '@stencil/core';
|
import { Component, Event, EventEmitter, Prop } from '@stencil/core';
|
||||||
import { EventEmitter } from 'ionicons/dist/types/stencil.core';
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
tag: 'ion-route-redirect'
|
tag: 'ion-route-redirect'
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import { Component, Event, Prop, Watch } from '@stencil/core';
|
import { Component, Event, EventEmitter, Prop, Watch } from '@stencil/core';
|
||||||
import { EventEmitter } from 'ionicons/dist/types/stencil.core';
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
tag: 'ion-route'
|
tag: 'ion-route'
|
||||||
|
Reference in New Issue
Block a user