mirror of https://github.com/sveltejs/svelte
parent
0ac77019d0
commit
27cdfb9a50
@ -0,0 +1 @@
|
||||
<input value='bar'>
|
@ -0,0 +1,9 @@
|
||||
<input bind:value=foo >
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return { foo: 'bar' };
|
||||
}
|
||||
};
|
||||
</script>
|
Loading…
Reference in new issue