mirror of https://github.com/sveltejs/svelte
fix(a11y): do not warn if href value is dynamic (#6110)
parent
20cb78377d
commit
842b8412b6
@ -1 +1,2 @@
|
|||||||
<a href='/foo'></a>
|
<a href='/foo'></a>
|
||||||
|
<a href="#{'foo'}">bar</a>
|
||||||
|
Loading…
Reference in new issue