web-component-stencil-test
Version:
Stencil Component Starter
6 lines (4 loc) • 331 B
JavaScript
import { p as patchBrowser, b as bootstrapLazy } from './core-5eb8cfa4.js';
patchBrowser().then(options => {
return bootstrapLazy([["my-component",[[1,"my-component",{"first":[1],"middle":[1],"last":[1]}]]],["simple-button",[[1,"simple-button",{"showNbOfClick":[4,"show-click"],"theme":[1],"nbOfClicks":[32]}]]]], options);
});