Alessandro-Pang / vue-print-next

基于 vue3-print-np 改造的 vue 打印库,使用 Typescript 重构,对 vue3 setup 有更好的支持,支持手动调用打印函数等。
https://alexpang.cn/vue-print-next
MIT License
30 stars 3 forks source link

依赖vue版本会污染我自己项目的vue版本? #3

Closed ekworp closed 3 months ago

ekworp commented 3 months ago

安装后,本地vue版本更改了

Alessandro-Pang commented 3 months ago

目前在vue2.6项目中测试,没有出现这个问题

如果发现是小版本号被修改,请确认是否是 dependencies 中的 vue 版本是 ^ 开头。