R.
Results
2
comments of
R.
`{{t.name}}` It's working. The Data-Set as following: `test: [ { name: "One", id: "1" }, { name: "Two", id: "2" }, { name: "Three", id: "3" } ],` Or as...
You could use this: https://vuejs.org/v2/guide/components.html#Non-Parent-Child-Communication Or use Vuex as state management as the eventbus will increase maintenance when your application will grow bigger.