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