onclick, not click
This commit is contained in:
parent
feb30369cf
commit
80b25b1c88
|
|
@ -6,6 +6,6 @@ fe(function test() {
|
||||||
|
|
||||||
export default () => (
|
export default () => (
|
||||||
<section>
|
<section>
|
||||||
<a href="#" click="test()">test</a>
|
<a href="#" onclick="test()">test</a>
|
||||||
</section>
|
</section>
|
||||||
)
|
)
|
||||||
Loading…
Reference in New Issue
Block a user