10 lines
93 B

<div></div>
<script>
export default {
computed: {
foo: notAFunction
}
};
</script>