Vuejs Emit on Component

Emit on two component not rendered

by Evert Ramos

HTML

<script src="https://vuejs.org/js/vue.js"></script>
<div id="app">

</div>

JavaScript

window.Vue = require('vue')

const app = new Vue({
	el: '#app'
})