在文档中说可以通过withMeta
方法传递数据
https://nova.laravel.com/docs/1.0/customization/cards.html#registering-cards
我的问题是:如何在Card.vue
文件中获取它?
我试图像这样到达他们:
mounted() {
console.log(this.currentVisitors)
console.log(this.card.currentVisitors)
},
但都输出undefined