mirror of https://github.com/sveltejs/svelte
parent
bd74929920
commit
f97036dd39
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"message": "ref directives cannot have a value",
|
||||||
|
"loc": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 14
|
||||||
|
},
|
||||||
|
"pos": 14
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
<div ref:foo='bar'></div>
|
Loading…
Reference in new issue