<template>
<el-row class="item" v-show="!UserCursor("specialist")"></el-row>
</template>
meteor: {
/**
* @return {boolean}
*/
UserCursor(auth) {
return this.personAuth === auth;
},
}
error TypeError: _ vm.UserCursor is not a function "?