mirror of https://github.com/sveltejs/svelte
parent
fa1d323f59
commit
b9c80b8728
@ -0,0 +1,8 @@
|
|||||||
|
[{
|
||||||
|
"message": "The 'events' property must be an object literal",
|
||||||
|
"loc": {
|
||||||
|
"line": 3,
|
||||||
|
"column": 2
|
||||||
|
},
|
||||||
|
"pos": 29
|
||||||
|
}]
|
@ -0,0 +1,5 @@
|
|||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
events: 'not an object literal'
|
||||||
|
};
|
||||||
|
</script>
|
Loading…
Reference in new issue