mirror of https://github.com/sveltejs/svelte
replace invalid characters in element names when creating variables (#516)
parent
682def4bda
commit
5f27bbdcde
@ -0,0 +1,5 @@
|
|||||||
|
export default {
|
||||||
|
html: `
|
||||||
|
<foo-bar>Hello</foo-bar>
|
||||||
|
`
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
<foo-bar>Hello</foo-bar>
|
Loading…
Reference in new issue