vue.js 型别'Ref< number>'不能当做索引型别使用

ojsjcaue  于 2022-12-04  发布在  Vue.js
关注(0)|答案(1)|浏览(642)

我想在Vue中调用myArray[refVariable]。如何修复Vue/Typescript中的以下错误:Type 'Ref<number>' cannot be used as an index type

bnl4lu3b

bnl4lu3b1#

使用refVariable.value代替refVariable

相关问题