-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Vue 3 & Vite from 2.0.0-beta.5 #1913
Comments
期待对 Vue3 的支持,加油加油~! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
|
|
|
|
|
|
@liulinboyi @thisisandy badge 组件有重复 |
|
完成 Vue 3 支持后,有计划使用 TS 重写吗?(有一说一,目前为止,Vue 的 JSX 的类型支持完爆模板) |
@xiaoxiangmoe 会使用 ts 重构 |
希望vue3.0版的table可以加一个可选的rowspan设置来多表头,一些场景目前的设计做不到。 |
我调整了下做pagination了 |
@thisisandy pagination 有进展吗 |
Known issues on JSX support:
|
看来月底就可以出版本了。😀 |
哎呀,都完成啦,期待版本发布😀 |
怎么提交BuG? |
支持 Vue 3 的版本还没有发,所以你在 vite 上用的那个版本就算 |
will be fixed in this week. |
大大们好厉害,终于找到一个vue3可用的组件库了,pro也赶紧整起来,到时候release了喝咖啡 |
icon图标 我看改为按需引入了 那么我想使用iconfont图标 该怎么写? |
@Amour1688 具体什么日期呢? 准备着手 electron + ts + vue3 + antd |
https://2x.antdv.com/components/icon-cn/#components-icon-demo-use-iconfont.cn |
vite中使用2.0.0-beta.2版本出现:
main.js:
谁解决了可以说一下吗? |
我用vite也是遇到这个问题,暂时先用vue-cli + vue3.0过渡一下吧 |
相同错误, @tangjinzhou 请教有没有解决方法 |
@buqiyuan @nshusr vite 还是实验性库,请先使用 webpack |
vue3里v-model默认绑定属性改成了modelValue,有计划把所有的value都替换成modelValue吗?鉴于antv2现在已经是beta阶段,如果有计划要改的话是最后机会了 |
https://2x.antdv.com/docs/vue/migration-v2-cn/ 详见文档吧,改成了v-model:xxx这种形式 |
This comment has been minimized.
This comment has been minimized.
@abelit 关键字 less lessOptions javascriptEnabled |
import { createApp } from 'vue' const app = createApp(); import { app.use(Card); 已经按上述按需导入了,但是还是报错: runtime-core.esm-bundler.js?5c40:38 [Vue warn]: Failed to resolve component: a-card |
vite使用报错 可以升级omit.js版本到2.0.2 可以消除 _extends is not a function 错误 但是还是会有 因为里面有使用require 引入其他库或文件 |
a-modal 中 |
有没有哪位壮士研究出来怎么在 |
实测 import antd from 'ant-design-vue';
import 'ant-design-vue/dist/antd.css';
createApp(App).use(antd).mount('#app') |
vite下面,组件按需引入时,CSS样式似乎没生效,我目前暂时改成了全部导入的。 |
在vite下面使用浏览器报错: 建议把所有使用 lodash 的地方替换为 lodash-es PR开了:#2777 |
how to use confirmation modal dialog? |
If you have questions or suggestions, you can use the newly opened issue to discuss. |
What problem does this feature solve?
npm test -- ant-design-vue/components/button/__tests__/index.test.js --watch
beta
LocaleProviderremove需要您的支持
The text was updated successfully, but these errors were encountered: