mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
20 lines
254 B
Text
20 lines
254 B
Text
---
|
|
debugger
|
|
---
|
|
|
|
<!-- Store the message prop as a data attribute. -->
|
|
<astro-greet data-message={message}>
|
|
<button>Say hi!</button>
|
|
</astro-greet>
|
|
|
|
<script asdf >
|
|
debugger
|
|
</script>
|
|
|
|
<script asdf>
|
|
debugger
|
|
</script>
|
|
|
|
<script>
|
|
debugger
|
|
</script>
|