We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在按照作者的这两步骤之后
我这边显示这样的错误,包也不能正常使用,但是检查发现包已经安装成功
解决办法,把这个项目的地址src/components/ 中的四个文件合并到一个vue文件里
当做一个正常的组件来使用,之后会报错,因为v-for使用需要加上一个:key="{stick}",注意我这里的stick是随便填写的,反正这个key用不到
这样后正常使用这个组件即可,我这里把这个组件文件改了下名字为DragResize,接着尝试作者给的例子
这个就正常出现了
The text was updated successfully, but these errors were encountered:
应该是你安装的 vue-drag-resize库不是最新的,应该使用npm i -s vue-drag-resize@next命令。
npm i -s vue-drag-resize@next
**注意:**重新执行了npm i -s vue-drag-resize@next这个命令后,需要把node_modules文件夹删除后重新执行npm i这个命令
npm i
可以参考 #101 这个问题!
Sorry, something went wrong.
No branches or pull requests
在按照作者的这两步骤之后
我这边显示这样的错误,包也不能正常使用,但是检查发现包已经安装成功
解决办法,把这个项目的地址src/components/ 中的四个文件合并到一个vue文件里
当做一个正常的组件来使用,之后会报错,因为v-for使用需要加上一个:key="{stick}",注意我这里的stick是随便填写的,反正这个key用不到
这样后正常使用这个组件即可,我这里把这个组件文件改了下名字为DragResize,接着尝试作者给的例子
这个就正常出现了
The text was updated successfully, but these errors were encountered: