veaury
veaury copied to clipboard
Some issues encountered by vue-in-react
Hello author, I really appreciate you providing this plugin. However, I’ve encountered some issues while using it and would like to seek some help from you. The UI library is Vant
- Some components such as
Button,Cell, etc internally use “vue-router” for providing routing functionality. Since “vue-router” is not available, these functionalities do not work. - “ref” prop is not working, preventing us from using functionalities which depend on it such as manually focusing an input. (I found that when using
ConfigProviderorPullRefreshto wrap components that need to use instance methods, I cannot access the instance. However, if they are not wrapped, I can access the instance normally.) - Unable to override styles of components using ConfigProvider’s “themeVars” prop.
- Lazyload does not work. (Image Component, depend on: vue-lazyload)
That's all. Thanks!
@wjw-gavin Give me some example
@wjw-gavin Give me some example
Sorry for the late reply. Please check this. https://github.com/wjw-gavin/vue-in-react