暮雨
暮雨
```javascript function getIndex(arr) { const newArr = [...arr].sort((a, b) => a - b).filter(x => x > 0) return newArr.length ? arr.indexOf(newArr[0]) : null; } ```
Thank you for you response. I have uploaded a project here to reproduce the issue here: https://github.com/mu-yu/questions/tree/master/vueTsxIssue run `npm run dev` and click toggle button, and you will see the...
I think my problem is wrong `this` in class. I have noticed this(https://github.com/vuejs/vue-class-component#this-value-in-property) some days ago, which may be helpful to you.@manast
> Adding the option "ignoreDefaultArgs: ['--disable-extensions']," does not appear to resolve the problem. Is this issue being addressed or are there any other short term work around? The option shoud...
got same issue, too :(
然而已经过去半年了……