Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从 vue-select 中删除完全默认的动画。
怎么做?我试图用我自己的替换框中的样式,但我没有得到结果..
文档中有相应的部分,其中说明了如何更改转换 - https://vue-select.org/api/props.html#transition
因此,您可以像这样使用它:
<v-select :options="options" transition="none"></v-select>