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