<template>
<el-row class="item" v-show="!UserCursor('specialist')"></el-row>
</template>
meteor: {
/**
* @return {boolean}
*/
UserCursor(auth) {
return this.personAuth === auth;
},
}
这样写提示错误TypeError: _vm.UserCursor is not a function"?
你看看vue-with-meteor的文档介绍