veaury icon indicating copy to clipboard operation
veaury copied to clipboard

Some issues encountered by vue-in-react

Open wjw-gavin opened this issue 10 months ago • 2 comments

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

  1. 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.
  2. “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 ConfigProvider or PullRefresh to 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.)
  3. Unable to override styles of components using ConfigProvider’s “themeVars” prop.
  4. Lazyload does not work. (Image Component, depend on: vue-lazyload)

That's all. Thanks!

wjw-gavin avatar Feb 14 '25 10:02 wjw-gavin

@wjw-gavin Give me some example

devilwjp avatar Feb 15 '25 08:02 devilwjp

@wjw-gavin Give me some example

Sorry for the late reply. Please check this. https://github.com/wjw-gavin/vue-in-react

wjw-gavin avatar Feb 17 '25 09:02 wjw-gavin