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

Commit 8f4cc4c

Browse files
Merge pull request #515 from noahlitvin/patch-1
fix: import in custom theme code snippet
2 parents d8033b6 + 8924873 commit 8f4cc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/extending-theme.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In your `main.js` file, you can then add your custom theme object by passing it
4949
</c-alert>
5050

5151
```js
52-
import Chakra from '@chakra-ui/vue'
52+
import Chakra, { CThemeProvider } from '@chakra-ui/vue'
5353
import customTheme from 'custom-theme.js'
5454

5555
Vue.use(Chakra, {

0 commit comments

Comments
 (0)