mirror of https://github.com/sveltejs/svelte
6 lines
75 B
6 lines
75 B
7 years ago
|
<script>
|
||
|
export default {
|
||
|
oncreate: async () => await 123
|
||
|
};
|
||
|
</script>
|