Caffeine19
Caffeine19
Version: 1.0.187 Platform: Windows x64 10.0.25276 Plugins: none Frontend: xterm-webgl
### Describe the bug After editing and saving in VS Code, autofocus on the Electron window only appears in solid-ts template and Mac screen mirror on iPad. The vue-ts template...
修复了以下文件中的类型错误和eslint校验错误 - jeecgboot-vue3/types/global.d.ts - jeecgboot-vue3/src/views/sys/login/Login.vue (4477f03) - jeecgboot-vue3/.eslintrc.js (f41e325)
### nutui-uniapp 版本号 1.7.14 ### 平台 h5 ### 重现链接 https://github.com/Caffeine19/uni-ts-test ### 重现步骤 1. 按照官网的快速上手,配置了vite.config.ts,tsconfig.json,.npmrc 2. 但是在组件中仍然无法获得nutui-uniapp中的组件库的类型提示  3. 我恰好同时也配置了`@uni-helper/uni-app-types`,看到uni中的组件有类型提示,于是参考`node_modules/.pnpm/@[email protected][email protected][email protected][email protected]_/node_modules/@uni-helper/uni-app-types/dist/index.d.mts`中的内容,对`node_modules/nutui-uniapp/global.d.ts`作了修改:将 ```ts declare module '@vue/runtime-core' ``` 改成 ```ts declare module 'vue' ```...
### Description 修复CutImages中的类型错误 ### Linked Issues ### Additional Context 在模板中v-for遍历images时,错误的使用了itI.id 