mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
chore: refactor vue (#16587)
This commit is contained in:
8
vue/src/controllers/toast-controller.ts
Normal file
8
vue/src/controllers/toast-controller.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { ToastOptions } from '@ionic/core';
|
||||
import { OverlayBaseController } from '../util';
|
||||
|
||||
export class ToastController extends OverlayBaseController<ToastOptions, HTMLIonToastElement> {
|
||||
constructor() {
|
||||
super('ion-toast-controller');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user