Skip to content

Commit

Permalink
0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Mar 6, 2024
1 parent b1f3cb8 commit 0d55bad
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions demo/Example2.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@
</head>
<body>
<input be-fetching='{
"pre": "https://cdn.jsdelivr.net/npm/@shoelace-style/",
"pre": "https://cdn.jsdelivr.net/npm",
"post": "/dist/custom-elements.json"
}' value=shoelace>
}' value=/@shoelace-style/shoelace>
<script type=importmap>
{
"imports": {
"be-enhanced/": "../node_modules/be-enhanced/",
"be-hive/": "../node_modules/be-hive/",
"mount-observer/": "../node_modules/mount-observer/",
"trans-render/": "../node_modules/trans-render/",
"xtal-element/": "../node_modules/xtal-element/",
"be-decorated/": "../node_modules/be-decorated/",
"be-hive/": "../node_modules/be-hive/"
"xtal-element/": "../node_modules/xtal-element/"
}
}
</script>
<script type=module>
import '../be-fetching.js';
import '../behivior.js';
</script>
</body>
</html>

0 comments on commit 0d55bad

Please sign in to comment.