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

Commit 465cb45

Browse files
Merge pull request #386 from carwack/docs/missing-comma-colormode
docs(*): 📚 Add missing comma in colorMode import
2 parents e76b657 + 415b895 commit 465cb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/color-mode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Below is an example of how to use the above variables:
1818
In your main.js
1919
```js
2020
import Vue from 'vue'
21-
import Chakra, { CThemeProvider, CColorModeProvider CReset } from '@chakra-ui/vue'
21+
import Chakra, { CThemeProvider, CColorModeProvider, CReset } from '@chakra-ui/vue'
2222
import App from './App.vue'
2323

2424
Vue.use(Chakra)

0 commit comments

Comments
 (0)