mirror of https://github.com/sveltejs/svelte
parent
7576d7dc93
commit
2b3fe0edc1
@ -0,0 +1,9 @@
|
||||
<div {id}/>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data: () => ({
|
||||
id: 'foo'
|
||||
})
|
||||
};
|
||||
</script>
|
Loading…
Reference in new issue