mirror of https://github.com/sveltejs/svelte
parent
5804b695e7
commit
ad003924c3
@ -1,12 +1,12 @@
|
||||
[{
|
||||
"code": "missing-custom-element-compile-options",
|
||||
"message": "The 'tag' option is used when generating a custom element. Did you forget the 'customElement: true' compile option?",
|
||||
"message": "The 'customElement' option is used when generating a custom element. Did you forget the 'customElement: true' compile option?",
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 16
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 36
|
||||
"column": 46
|
||||
}
|
||||
}]
|
||||
|
||||
Loading…
Reference in new issue