将数据传递到卡

时间:2019-01-24 05:59:01

标签: laravel-nova

在文档中说可以通过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

1 个答案:

答案 0 :(得分:0)

注册卡时必须调用该方法。更多信息:https://github.com/laravel/nova-issues/issues/1270