ijry / uview-plus

零云®uview-plus,是uni-app全面兼容nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水。
https://uview-plus.jiangruyi.com
MIT License
485 stars 126 forks source link

codeInput 组件v-model 双向绑定怎么突然没用了 ,之前还是好好的 。突然生产的不起作用了 #559

Closed qiuzixu closed 2 hours ago

qiuzixu commented 3 hours ago

code-input组件双向绑定怎么突然没用了 1731813107063 而且我之前看组件库写的是u-code-input 现在变成了 up-code-input 。且我换成p-code-input双向绑定还是没用 是不是最近有更新

ijry commented 3 hours ago

code-input没更新,你再检查下呢,前缀不影响双向绑定。

qiuzixu commented 3 hours ago

我现在就是把 image 组件库的代码复制下来,v-mode 双向绑定还是不生效 ,必须用change事件

ijry commented 2 hours ago

image 有点奇怪,这俩事件是一前一后发出的。

qiuzixu commented 2 hours ago

对我也看了源码。但是现在就是v-model 不起作用。之前写好的代码,在生产突然就不行了,领导发现了,然后现在本地运行确实看也不行了。 image

qiuzixu commented 2 hours ago

加了change 事件 image 就正常了

qiuzixu commented 2 hours ago

1731816626663 好像破案了,我又两份代码 同一个版本好拉下来的代码怎么源码不一样了

ijry commented 2 hours ago

左边的看着是很老很老的版本还没兼容vue3

qiuzixu commented 2 hours ago

image 但是这个版本号我还是7个月前更新的 我现在重新install 一下就正常了 不知道之前为啥拉下来的是老代码,有点神奇

ijry commented 2 hours ago

可能是你npm拉的本地cache没从网络更新

qiuzixu commented 2 hours ago

主要这个项目我一开始就是用vue3写的 好奇怪 我也第一次遇到这种问题

ijry commented 2 hours ago

你切换用过npm pnpm等吗

qiuzixu commented 2 hours ago

之前是npm ,但刚刚重新install 后恢复正常的那次是用的pnpm install操作

ijry commented 2 hours ago

应该就是cache导致的

qiuzixu commented 2 hours ago

嗯嗯 我在研究一下。还cache 到vue2 版本去了