将数据传递给卡

Pass data to Card

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

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