logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Invalid handler for event “input“: got undefined

使用JSX写elementUI时可能会出现的错误。错误在于使用了 model绑定表单数据对象。应该使用 props:{{model: this.form}} 替代props:{{model: this.form}}

#javascript
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

文章图片
#node.js#npm#python
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同级即可。

#javascript
Module ‘“vue“‘ has no exported member ‘createSSRApp‘

Module '"vue"' has no exported member 'createSSRApp'**

文章图片
#typescript
到底了