
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
gyp verb check python checking for Python executable “python2“ in the PATH
gyp verb check python checking for Python executable "python2" in the PATH.npm ERR! gyp ERR! cwd C:\Users\admin\Documents\WebProject\internship\node_modules\node-sass

Vue jsx 动态绑定 class
使用三目运算符替代<transition name='el-fade-in-linear' appear={true}><span class='e-filter-btn'><i class={['e-filter-tag',_this.filterLoads.some((fl) => fl === colKey)? "el-icon-loading" : ''
vue warn getter is missing for computed property ‘watch‘
watch 和 computed 同级,却将watch 方法写在了 computed内,导致vue警告。computed: {watch: ....}将watch取出,和computed同级即可。
Module ‘“vue“‘ has no exported member ‘createSSRApp‘
Module '"vue"' has no exported member 'createSSRApp'**

到底了