Smart
Results
4
comments of
Smart
> 我之前也遇到了,index 一直都是最后一个,我就把AtInput 提出去用组件包一下再取index 这个bug挺严重的啊,该修了,我用原生input了。
有能力可以帮他们改一下的👍
```js let i = 1; Object.defineProperty(window, 'a', { get: function() { return i++; } ``` 这一块得用var吧,不然window访问不到呀
import ollama from 'ollama/browser' instead of 'ollama'