6 lines
75 B

<script>
export default {
oncreate: async () => await 123
};
</script>