const NumUnreadMessages = { template: `<div>Unread: {{ unreadCounter }}</div>`, computed: Vuex.mapGetters(['unreadCounter']), }; As for mapState, we can use ...
確定! 回上一頁