( VUE Computed ) Property 'XXX' does not exist on type 'CreateComponentPublicInstance'
computed property classes should declare a type, like this
computed: {
classes ():any {
return {
"navbar--on-scroll": this.onScroll,
"navbar--active": this.navbarActive
}
}
}
ref

本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可。
目录
评论暂时关闭了,可以过段时间再试