2.0.0-rc.2
Vue 3
The animation (as in the docs) appeats
The animation is not working for the modal component when importing as import Modal from "ant-design-vue/lib/modal/style.css"
样式没引入
样式没引入
import Modal from "ant-design-vue/lib/modal";
import "ant-design-vue/lib/modal/style/index.css";
Is that not enough?
you can install babel-plugin-import, it will automatically import stylesheets
https://2x.antdv.com/docs/vue/introduce/#Use-modularized-antd
@oleksii-shaposhnikov read carefully from start, U will find out 🧐
btw, can't u find that your modal has no style


Most helpful comment
you can install
babel-plugin-import, it will automatically import stylesheetshttps://2x.antdv.com/docs/vue/introduce/#Use-modularized-antd