mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 01:03:03 +08:00
fix(vue): loading is created as an inline component (#26191)
This commit is contained in:
@ -15,7 +15,6 @@ function generateOverlays() {
|
||||
},
|
||||
{
|
||||
tag: 'ion-loading',
|
||||
controller: 'loadingController',
|
||||
name: 'IonLoading'
|
||||
},
|
||||
{
|
||||
@ -61,7 +60,10 @@ export const ${component.name} = /*@__PURE__*/ defineOverlayContainer<JSX.${comp
|
||||
`);
|
||||
});
|
||||
|
||||
const template = `/* auto-generated vue overlay proxies */
|
||||
const template = `/**
|
||||
* This is an autogenerated file created by 'scripts/copy-overlays.js'.
|
||||
* Changes made to this file will be overwritten on build.
|
||||
*/
|
||||
|
||||
import {
|
||||
JSX,
|
||||
|
Reference in New Issue
Block a user