qiang
qiang
这似乎是 Safari 的 BUG 。阴影扩散(box-shadows) 不支持负数 [Link](https://bugs.webkit.org/show_bug.cgi?id=209930) ```css box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, .15); ``` inset -10px 0 10px `-10px` rgba(0, 0, 0, .15); `-10px` 产生错误
Slider组件的宽度取决于父级宽度,所以在行内表单里面宽度为0。Input、Select组件是由于浏览器input输入框自带的宽度引起的。 推荐自己通过CSS实现
> Why not import `isClient` directly from vueuse? 🤔 https://github.com/vueuse/vueuse/blob/2f81b30ac5710b511999fdfd33543cee68d47713/packages/shared/utils/is.ts#L1 The two are completely different, the `teleport` component must be rendered in the onMounted.
> Hey, quick question: Conditionally rendering hydration mismatches only on the client does work, but doesn't that also sort of defeat most of the value one gets from server side...
same like #9638 I think there is a problem with the current implementation of `value-key` . There was no problem at first, but then the `value-key` was used to obtain...
@qq282126990 ok Could you add an example to the documentation?
There is indeed a problem with the calculation of the `card` height in `vertical` mode. you can create a new PR to fix this problem.
similar PR #8904
Do not pay too much attention to similar PR, this is just for the convenience of review. The important thing is to fix the problem, It is also common to...
我之前写了工具[components-helper](https://github.com/tolking/components-helper),是通过解析文档生成相关代码提示文件。 我大致看了下组件文档,其中组件属性和事件是支持的。插槽不支持(无相关文档) 如果需要我可以完成这个 我尝试了下,发现文档的格式存在[兼容性问题](https://github.com/Tencent/tdesign/issues/266)