I would like to know how to pass a javascript object as a property of a component vue.js .
I'm trying this way, but it's not working:
component:
Vue.component('web-nav', {
props: ['navProps'],
data: function() {
return {...
asked by
23.06.2017 / 21:32