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

fix: 修改vue依赖方式为peerDependencies #4

Closed ekworp closed 3 months ago

ekworp commented 3 months ago

如果本地已经存在旧的vue版本,安装插件后会更新自带版本,更换依赖方式解决

ekworp commented 3 months ago

我又想了想,关键还是降低了vue版本需求,跟peerDependencies无关,但是还是peerDependencies更好