Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于Vue3不能正常使用此包的解决办法 #188

Open
glotm opened this issue Jan 2, 2024 · 1 comment
Open

关于Vue3不能正常使用此包的解决办法 #188

glotm opened this issue Jan 2, 2024 · 1 comment

Comments

@glotm
Copy link

glotm commented Jan 2, 2024

在按照作者的这两步骤之后

image

我这边显示这样的错误,包也不能正常使用,但是检查发现包已经安装成功

image

解决办法,把这个项目的地址src/components/ 中的四个文件合并到一个vue文件里
image

当做一个正常的组件来使用,之后会报错,因为v-for使用需要加上一个:key="{stick}",注意我这里的stick是随便填写的,反正这个key用不到
image

这样后正常使用这个组件即可,我这里把这个组件文件改了下名字为DragResize,接着尝试作者给的例子
image

image
这个就正常出现了

@jokecode
Copy link

应该是你安装的 vue-drag-resize库不是最新的,应该使用npm i -s vue-drag-resize@next命令。

**注意:**重新执行了npm i -s vue-drag-resize@next这个命令后,需要把node_modules文件夹删除后重新执行npm i这个命令

可以参考 #101 这个问题!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants