change
This commit is contained in:
parent
15a560ea25
commit
3f292b3744
|
@ -1,5 +1,6 @@
|
|||
import { ConfigProvider, theme } from 'ant-design-vue'
|
||||
import { defineComponent } from 'vue'
|
||||
import zhCN from 'ant-design-vue/es/locale/zh_CN'
|
||||
|
||||
export default defineComponent({
|
||||
props: {
|
||||
|
@ -19,6 +20,7 @@ export default defineComponent({
|
|||
colorBorder: 'transparent'
|
||||
}
|
||||
}}
|
||||
locale={zhCN}
|
||||
>
|
||||
{ctx.slots.default?.()}
|
||||
</ConfigProvider>
|
||||
|
|
Loading…
Reference in New Issue