<script> export default { computed: { foo: a => a + 1 } }; </script>