Tutorial by Examples

// setup an event bus, do it in a separate js file var bus = new Vue() // imagine a component where you require to pass on a data property // or a computed property or a method! Vue.component('card', { template: `<div class='card'> Name: <div class='margin-5'> ...

Page 1 of 1