fix(vue): loading is created as an inline component (#26191)

This commit is contained in:
Sean Perkins
2022-11-02 13:59:31 -04:00
committed by GitHub
parent 30e3a1485d
commit 84990cec88
3 changed files with 28 additions and 6 deletions

View File

@ -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,