6 lines
90 B

8 years ago
<script>
export default {
ondestroy: () => console.log( 'tearing down' )
};
</script>