Skip to content

Commit

Permalink
chore: undo playground template (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enes5519 authored Jan 30, 2025
1 parent 92536ea commit 702f021
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions playground/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,12 @@
<body>
<h1>Baklava Playground</h1>

<bl-input id="sa" />
<p>
Copy this file as playground/index.html and try your work here by running
<code>npm run serve</code>.
</p>

<bl-button>Baklava is ready</bl-button>
</body>

<script>
const sa = document.querySelector("#sa");
sa.updateComplete.then(() => {
sa.forceCustomError();
})
</script>
</html>

0 comments on commit 702f021

Please sign in to comment.