lady Liu

Results 50 comments of lady Liu

> mee to , i use the set of ion, Most of the icons can be used normally, but some icon not work, like ~icons/ion/document-text-outline, this got 404 Today while...

> 兄弟,你这个依赖安装不成功啊,确定 package.json 里面没有包含私有仓库的包 抱歉,是有几个私有的忘了删了,更新了,你重新拉下

> 兄弟,我这边没问题,你要么删除掉 lock 文件再安装试试? > > ![image](https://user-images.githubusercontent.com/46661044/265566365-05c1355a-a9cc-4131-9e9a-10980afe7a2f.png) > 兄弟,我这边没问题,你要么删除掉 lock 文件再安装试试? > > ![image](https://user-images.githubusercontent.com/46661044/265566365-05c1355a-a9cc-4131-9e9a-10980afe7a2f.png) 兄弟,我上次就是删掉lock文件重装的

我打印的也是1 2 ,你加个debugger看看 ,很离谱的,运行时是3,2 ![GIF 2023-9-5 15-21-13](https://github.com/unplugin/unplugin-vue-components/assets/16078260/1ab84730-2a73-445c-99e7-17a46dbd0148)

```js const a = 3 function test(a: Number, b: Number) { // a的值应该是1才对 实际变成了3 有点离谱 // eslint-disable-next-line no-debugger, no-restricted-syntax debugger console.log(a, b) } ```