<script> export default { onLaunch: function() { console.log('App Launch') }, onShow: function() { console.log('App Show') }, onHide: function() { } } </script> <style> * { box-sizing: border-box; } </style>