mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
fix(vue): fixed popover controller (#17865)
This commit is contained in:

committed by
Mike Hartington

parent
c148d3125b
commit
0cb7db0599
@ -2,7 +2,7 @@ import { PopoverOptions } from '@ionic/core';
|
|||||||
import { OverlayBaseController } from '../util';
|
import { OverlayBaseController } from '../util';
|
||||||
import { VueDelegate } from './vue-delegate';
|
import { VueDelegate } from './vue-delegate';
|
||||||
|
|
||||||
export const CTRL = 'ion-modal-controller';
|
export const CTRL = 'ion-popover-controller';
|
||||||
export class PopoverController extends OverlayBaseController<PopoverOptions, HTMLIonPopoverElement> {
|
export class PopoverController extends OverlayBaseController<PopoverOptions, HTMLIonPopoverElement> {
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
Reference in New Issue
Block a user