logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

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
到底了