scarhand-stencil-test
Version:
Stencil Component Starter
18 lines (15 loc) • 535 B
JavaScript
import { p as promiseResolve, b as bootstrapLazy } from './index-c8ab9065.js';
/*
Stencil Client Patch Browser v2.3.0 | MIT Licensed | https://stenciljs.com
*/
const patchBrowser = () => {
const importMeta = import.meta.url;
const opts = {};
if ( importMeta !== '') {
opts.resourcesUrl = new URL('.', importMeta).href;
}
return promiseResolve(opts);
};
patchBrowser().then(options => {
return bootstrapLazy([["my-component",[[1,"my-component",{"first":[1],"middle":[1],"last":[1]}]]]], options);
});