1、我想问下你的 @click="handleDataScope(scope.row)" 和 handleDataScope(row) 都在 userindex.vue 里面吗,是不是你有@click="handleDataScope(scope.row)"的页面没引入userindex.vue
2、是不是因为项目中没有使用transform-runtime将es6换成es5?
安装transform-runtime 试试
npm i babel-plugin-transform-runtime -D
配置:.babelrc
"plugins": [
"transform-runtime"
]
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…