Skip to content

Commit

Permalink
Merge branch 'baseline' of https://github.com/bahrus/be-committed int…
Browse files Browse the repository at this point in the history
…o baseline
  • Loading branch information
bahrus committed Sep 16, 2023
2 parents e644367 + e19d1ba commit b228e5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions demo/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<title>Document</title>
</head>
<body>
<label for=url>
<input disabled id=url be-committed='{"to": "change"}'>
<div>Hello</div>
<button id=change onclick="logToConsole()">Click Here</button>
<label for=url>Test</label>
<input disabled id=url be-committed='{"to": "change"}'>
<div>Hello</div>
<button id=change onclick="logToConsole()">Click Here</button>
<script type=importmap>
{
"imports": {
"xtal-element/": "../node_modules/xtal-element/",
"trans-render/": "../node_modules/trans-render/",
"be-enhanced/": "../be-enhanced/",
"be-hive/": "../be-hive/"
"be-enhanced/": "../node_modules/be-enhanced/",
"be-hive/": "../node_modules/be-hive/"
}
}
</script>
Expand Down

0 comments on commit b228e5b

Please sign in to comment.