mirror of https://github.com/sveltejs/svelte
replace invalid characters in element names when creating variables (#516)
parent
3dafc39a05
commit
2bc223a936
@ -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