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

The vnode accepted by the Notification component does not support native context components #4141

Closed
1 task done
Linkontoask opened this issue May 31, 2021 · 2 comments
Closed
1 task done

Comments

@Linkontoask
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

2.1.4

Environment

"ant-design-vue": "2.1.6"

Reproduction link

Edit on CodeSandbox

Steps to reproduce

1, click button
2, view console
3, [Vue warn]: Failed to resolve component: router-link

What is expected?

What is actually happening?

Whether the Notification component can expose a configuration function to allow users to customize the behavior of the instance.

export interface ConfigOptions {
   // ...
   use: (app: App) => App
}

import VueRouter from'vue-router'
message.config({
   use(app) {
     return app.use(VueRouter)
   }
})
@github-actions
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions
Copy link

github-actions bot commented Aug 1, 2022

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 Aug 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant