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
我想要实现的效果: 在vue项目中封装了一个附件卡片组件,想点击这个组件的时候,将URL地址传入到preview组件中,结果发现动态给preview组件的src地址赋值时,虽然能够发起地址请求,但是状态是206无法预览成功 。请问大佬有什么写法可以实现吗?
The text was updated successfully, but these errors were encountered:
能给出最小复现的例子嘛。如果比较隐私,不方便的话,我感觉可以这样去排查一下:
https://chaxus.github.io/ran/cn/src/ranui/preview/
preview
web
vue
https://blog.csdn.net/weixin_39225682/article/details/137645382
https://www.jianshu.com/p/563de63353e6
Sorry, something went wrong.
参考了样例可以了,谢谢!
https://www.jianshu.com/p/563de63353e6 参考了样例可以了,谢谢!
OK,能解决问题就好。 如果有时间的话,方便提一个 pr 嘛。给文档加一个 vue 的用例,对应的项目路径是:ran/packages/docs/cn/src/ranui/preview/index.md 估计其他人也可能会遇到这种问题吧,有了用例会好一些。 或者改一下 preview 组件的使用的方法。
No branches or pull requests
我想要实现的效果:
在vue项目中封装了一个附件卡片组件,想点击这个组件的时候,将URL地址传入到preview组件中,结果发现动态给preview组件的src地址赋值时,虽然能够发起地址请求,但是状态是206无法预览成功 。请问大佬有什么写法可以实现吗?
The text was updated successfully, but these errors were encountered: