mirror of https://github.com/sveltejs/svelte
parent
620badc9d0
commit
a4d08c205a
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"message": "comment was left open",
|
"message": "comment was left open, expected -->",
|
||||||
"loc": {
|
"loc": {
|
||||||
"line": 1,
|
"line": 1,
|
||||||
"column": 0
|
"column": 24
|
||||||
},
|
},
|
||||||
"pos": 0
|
"pos": 24
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{{#each foos as foo @id}}
|
{{#each foos as foo @id}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
data: () => ({
|
data: () => ({
|
||||||
foos: [
|
foos: [
|
||||||
{ "id": 5 }
|
{ id: 5 }
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in new issue