<script> export default { mounted() { console.log(`Mounted generic Vue app in ` , this.$el); } } </script>