mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +08:00
parent
040af82eb9
commit
4d35b8caa3
@ -155,3 +155,5 @@ When you need context information (for example, using a globally registered comp
|
||||
});
|
||||
</script>
|
||||
```
|
||||
|
||||
> [App Package Component](/components/app) can be used to simplify the problem of `useModal` and other methods that need to manually implant contextHolder.
|
||||
|
@ -159,3 +159,5 @@ router.beforeEach((to, from, next) => {
|
||||
});
|
||||
</script>
|
||||
```
|
||||
|
||||
> 可通过 [App 包裹组件](/components/app-cn) 简化`useModal`等方法需要手动植入 contextHolder 的问题。
|
||||
|
Loading…
Reference in New Issue
Block a user