fudiwei / x.naive-ui

一个对 Naive-UI 组件库的扩展,使 DataTable/Dropdown/Menu/Select/Tree 等组件支持插槽模板式的写法。An extension to Naive-UI component library, that enables slots and template style API for DataTable/Dropdown/Menu/Select/Tree.

Home Page:https://github.com/fudiwei/x.naive-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

打包的是否可以把 index.d.ts声明放到dist中

bzw1204 opened this issue · comments

commented

在vite.config.ts中引入组件按需提示ts错误
image
是否可以修复

commented

这个问题不是已经在 #1 解决了吗?

commented

这个问题不是已经在 #1 解决了吗?

上个问题只是解决了打包的问题,这个是ts的错误提示,不影响使用,可以加 // @ts-ignore解决

commented

"moduleResolution": "Bundler" 也是报错的吗?你现在项目用的 TS 的版本是多少?

commented

"moduleResolution": "Bundler" 也是报错的吗?你现在项目用的 TS 的版本是多少?

5.2.2

commented

"moduleResolution": "Bundler" 也是报错的吗?你现在项目用的 TS 的版本是多少?

有同事给改掉了,ε=(´ο`*)))唉