feat(vue): composition api lifecycle methods (#22241)

This commit is contained in:
Michael Tintiuc
2020-11-10 16:14:24 +02:00
committed by GitHub
parent 1267945480
commit f5b0299729
7 changed files with 152 additions and 34 deletions

View File

@ -23,6 +23,8 @@ export {
popoverController
} from './controllers';
export * from './globalExtensions';
export {
// Overlay Controllers
alertController,