mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
feat(vue): add custom elements bundle (#23458)
This commit is contained in:
@ -32,19 +32,18 @@ export {
|
||||
|
||||
export {
|
||||
modalController,
|
||||
popoverController
|
||||
popoverController,
|
||||
alertController,
|
||||
actionSheetController,
|
||||
loadingController,
|
||||
pickerController,
|
||||
toastController
|
||||
} from './controllers';
|
||||
|
||||
export * from './globalExtensions';
|
||||
|
||||
export {
|
||||
// Overlay Controllers
|
||||
alertController,
|
||||
actionSheetController,
|
||||
menuController,
|
||||
loadingController,
|
||||
pickerController,
|
||||
toastController,
|
||||
|
||||
// Security
|
||||
IonicSafeString,
|
||||
@ -76,7 +75,7 @@ export {
|
||||
|
||||
// Swiper
|
||||
IonicSwiper
|
||||
} from '@ionic/core';
|
||||
} from '@ionic/core/components';
|
||||
|
||||
// Icons that are used by internal components
|
||||
addIcons({
|
||||
|
Reference in New Issue
Block a user