10 lines
93 B

<div></div>
<script>
export default {
computed: {
foo ({ a, b }) {}
}
};
</script>