Konv Suu

Results 46 comments of Konv Suu

![drag](https://user-images.githubusercontent.com/82451257/215057860-ca2dc887-c3d0-41d3-85b9-d5c1fc7a28a6.gif) 这个应该也是同一个问题。

But there seems to be no problem in [the official website](https://bootstrap-vue.org/docs/components/form-tags).

> > Hypothetically you could use https://github.com/cdmoro/bootstrap-vue-3 and only import this component. > > Is bootsrap-vue will be obsoleted? if not that any plan to resolve this issue? Maybe you...

> > > > Hypothetically you could use https://github.com/cdmoro/bootstrap-vue-3 and only import this component. > > > > > > > > > Is bootsrap-vue will be obsoleted? if not...

@tangjinzhou 用的效果是 style 文件夹下面的 motion.ts 的样式

唐老师,还有这个 review 一下 :)

@catpigdog openKeys selectedKeys 参数没作用,是因为你没有给 key 值吧,看了一眼你仓库。其他地方你要不再仔细描述一下?[😛]

在 vueuse 里面,实现这个 dark 模式切换,他是给 html 标签加了一个 class 叫 `dark`。然后你还需要给他设置样式 ```css html.dark { color-scheme: dark; } ``` 这样就实现了 dark 模式,切换成 light 模式的话,就没有这个 叫 dark 的 className。 所以我猜可能在这里面,也是这样去实现的

> What does it look like without Refined GitHub? We shouldn't change that @fregante All right, I remember it was at the right 😂. As you say we shouldn't change...

## popover 这样是正常的 '2px' 这种形式,会破坏 arrow 样式,需要修复 ## button - number 的话,没有复现你这个问题 - string 的话,例如 '2',就会出现你这个问题,但是 '2px' 这种形式也是支持的 https://github.com/vueComponent/ant-design-vue/assets/82451257/1da886af-4362-42b9-9353-84cfdf98ac0d ### 测试代码 ```vue {{ data }} Content Content 点我 import {...