We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7e81d commit e0a3613Copy full SHA for e0a3613
samples/datastar/index.html
@@ -4,8 +4,8 @@
4
<script type="module" src="datastar.js"></script>
5
</head>
6
<body>
7
- <button data-on-click=`alert("I'm sorry, Dave. I'm afraid I can't do that.")`>
8
- Open the pod bay doors, HAL.
+ <button data-on:click="alert('I’m sorry, Dave. I’m afraid I can’t do that.')">
+ Open the pod bay doors, HAL.
9
</button>
10
</body>
11
</html>
0 commit comments