Skip to content

Table.install 缺少 typescript 类型,导致不能独立 import 和 use #3104

@niceue

Description

@niceue
  • 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

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions