You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.)
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!
The text was updated successfully, but these errors were encountered:
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
Button
,Cell
, etc internally use “vue-router” for providing routing functionality. Since “vue-router” is not available, these functionalities do not work.ConfigProvider
orPullRefresh
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.)That's all. Thanks!
The text was updated successfully, but these errors were encountered: