Skip to content

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

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

Closed
1 task
niceue opened this issue Nov 4, 2020 · 2 comments
Closed
1 task
Assignees
Labels

Comments

@niceue
Copy link

niceue commented Nov 4, 2020

  • 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

@Amour1688
Copy link
Member

d4e7b59

@github-actions
Copy link

github-actions bot commented Nov 5, 2021

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants