Skip to content

Commit

Permalink
0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Feb 29, 2024
1 parent aea4b8c commit 2e05ead
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions demo/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</head>
<body>
<time id=time></time>
<!-- <data id=data></data>
<data id=data></data>
<meta id=meta>
<link id=link> -->
<link id=link>

<script type=importmap>
{
Expand All @@ -28,13 +28,11 @@
import '../be-value-added.js';
</script>
<script type=module>
console.log('iah1');
await customElements.whenDefined('be-enhanced');
console.log('iah2');
time.beEnhanced.by.beValueAdded.value = new Date();
// data.beEnhanced.by.beValueAdded.value = 13456789;
// meta.beEnhanced.by.beValueAdded.value = 'hello';
// link.beEnhanced.by.beValueAdded.value = true;
data.beEnhanced.by.beValueAdded.value = 13456789;
meta.beEnhanced.by.beValueAdded.value = 'hello';
link.beEnhanced.by.beValueAdded.value = true;
</script>
</body>
</html>

0 comments on commit 2e05ead

Please sign in to comment.