mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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 { VueDelegate } from './vue-delegate';
|
||||
|
||||
export const CTRL = 'ion-modal-controller';
|
||||
export const CTRL = 'ion-popover-controller';
|
||||
export class PopoverController extends OverlayBaseController<PopoverOptions, HTMLIonPopoverElement> {
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user