-
-
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
1.3.10
Environment
Chrome
Reproduction link
https://github.com/vueComponent/ant-design-vue
Steps to reproduce
My project is using Vuejs typescript ant-design-vue.
I want to use LocaleProvider to localize the UI controls follow this https://vue.ant.design/components/locale-provider/
What is expected?
How to use LocaleProvider in ant-design-vue with typecript?
What is actually happening?
When i use this component: a-locale-provider. This show below error:
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option
