8 lines
76 B

<script>
export default {
computed: {
foo: () => {}
}
};
</script>