<div></div>
<script>
export default {
oncreate () {
this.events = [ 'render' ];
},
ondestroy () {
this.events.push( 'teardown' );
}
};
</script>