Skip to content

Commit 5765233

Browse files
committed
rules
1 parent 8d89f29 commit 5765233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function Counter() {
4949
const increment = () => setCount(count => count + 1);
5050

5151
return (
52-
html`<button type="button" prop:value=${1} @click=${increment}>
52+
html`<button type="button" .value=${1} @click=${increment}>
5353
Button ${useContext(ctx)}: ${()=>count()}
5454
</button>`
5555
);

0 commit comments

Comments
 (0)