-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.0.0-beta.13
Environment
win10, Chrome 78, vue3.0.2
Reproduction link
ant-design-vue/components/table/index.tsx
Line 90 in e39b43b
Table.install = function(app: App) { |
Steps to reproduce
import { App } from 'vue'
import { Table } from 'ant-design-vue'
export default function install(app: App) {
app.use(Table)
}
What is expected?
ok
What is actually happening?
typescript error