Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 8c4b1c4

Browse files
committed
fix(themeprovider): change component name
1 parent 4d2d0f7 commit 8c4b1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/c-theme-provider/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
import { ThemeProviderProps } from '@chakra-ui/vue-next'
1111

1212
const CThemeProvider = defineComponent({
13-
name: 'CAlert',
13+
name: 'CThemeProvider',
1414
props: {
1515
value: {
1616
type: [Object] as PropType<ThemeProviderProps>,

0 commit comments

Comments
 (0)