neverland

Results 482 comments of neverland

@git-wangchao 桌面端使用:https://youzan.github.io/vant/#/zh-CN/quickstart#zai-zhuo-mian-duan-shi-yong

嗯,这个 CSS 是为了禁用桌面端浏览器的图片拖拽效果,后续会直接加到组件的样式里

目前 Vant 的组件是没有做 rtl 适配的,后续会评估下

可以使用 Slider 在 v3.2.1 版本新增的 reverse 属性来适配 rtl 布局

引入组件确实不是必须的。 文档里主要用到了 unplugin-vue-components 的按需引入样式能力,所以把引用组件的步骤也写上去了,后续我们优化下文档

maybe we should wait for Vue to fix this bug?

I wonder if the method on the official document can solve this problem: ![image](https://user-images.githubusercontent.com/7237365/147412224-9d511854-20a5-46e7-9309-674cfa5a90d2.png) https://github.com/vuejs/vue-next/tree/master/packages/server-renderer#handling-teleports I think we should not to change the way to use `Teleport` to avoid the...

We can wait for the reply off Vue offical, if this solution is confirmed, I will merge this PR ^_^

This issue appears to have been fixed by Vue: https://github.com/vuejs/core/issues/5126#issuecomment-1129551606