UNPKG

rahulrsingh09-stenciltest2

Version:

Stencil Component Starter

18 lines (15 loc) 535 B
import { p as promiseResolve, b as bootstrapLazy } from './index-10717bce.js'; /* Stencil Client Patch Browser v2.0.3 | 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); });