mirror of https://github.com/sveltejs/svelte
parent
1f6e0eb316
commit
cfd3b63b9b
@ -0,0 +1 @@
|
||||
<svelte:options tag="custom-element" />
|
@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"code": "missing-custom-element-compile-options",
|
||||
"end": {
|
||||
"character": 36,
|
||||
"column": 36,
|
||||
"line": 1
|
||||
},
|
||||
"message": "tag name is used when compiling the compenent as a custom element. Did you forgot to add \"customElement\" for compile options?",
|
||||
"pos": 16,
|
||||
"start": {
|
||||
"character": 16,
|
||||
"column": 16,
|
||||
"line": 1
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in new issue