Skip to content
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

[Bug] CrudOptions 接口字段 columns 应对象类型 #19

Closed
zhuchentong opened this issue Aug 19, 2021 · 0 comments
Closed

[Bug] CrudOptions 接口字段 columns 应对象类型 #19

zhuchentong opened this issue Aug 19, 2021 · 0 comments

Comments

@zhuchentong
Copy link

版本

  • @fast-crud/fast-crud: 0.17.4

环境

  • system : window
  • typescript : 4.3.5
  • nodejs : 14.17.3

问题描述

CrudOptions接口类型

这里显示 columns 类型为 Array 导致在使用useCard函数时typescript提示异常

useCrud({
  expose: exposeRef,
  crudOptions // 属性“columns”的类型不兼容
})

image.png

@greper greper closed this as completed in 7781000 Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant