mirror of https://github.com/sveltejs/svelte
correctly report changed properties in initial state/update events - fixes #1356
parent
0bc68286d5
commit
991bd9dce8
@ -1,7 +1,7 @@
|
||||
<script>
|
||||
export default {
|
||||
onstate({ changed }) {
|
||||
this.changed = changed;
|
||||
this.changed = changed;
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
Loading…
Reference in new issue