rorry121
rorry121
Select support placement(https://github.com/NG-ZORRO/ng-zorro-antd/pull/7537) support validation status Notification support top and bottom placement (https://github.com/NG-ZORRO/ng-zorro-antd/pull/7540) support updating message by key ([it seems already supported in ng-zorro-antd](https://ng.ant.design/components/notification/en#components-notification-demo-update) ) Alert: support loop banner Popconfirm:...
> ok, recently I will find time to complete others
> Use [unbuild](https://github.com/unjs/unbuild) for shipping the component directly @wobsoriano any example?
@qmhc https://github.com/rorry121/vite-vue2-dts-test
> sry,版本问题,请重新拉一下代码
已更新,可以试试 pnpm , 目前还发现 1.3.1 版本 index.es.d.ts 生成也有些问题,1.3.0 没问题 > 我用 npm 无法安装成功,你是否可以尝试切换到 pnpm,或者你使用 vue2.7 来替换 @vue/composition-api
``` compilerOptions: { baseUrl: ".", paths: { "vue": ["node_modules/vue"], "@vue/composition-api": ["node_modules/@vue/composition-api"] } } ``` 改成 ``` compilerOptions: { baseUrl: ".", paths: { "vue": ["node_modules/vue"], "vue/*": ["node_modules/vue"], "@vue/composition-api": ["node_modules/@vue/composition-api"] } }...
same here