Skip to content

Commit

Permalink
add createDarkMode
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Apr 23, 2024
1 parent ff56012 commit b55e579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/.vitepress/theme/index.js
Expand Up @@ -2,6 +2,7 @@ import { install as VueMonacoEditorPlugin } from '@guolao/vue-monaco-editor';
import defaultTheme from 'vitepress/theme';
import Layout from './Layout.vue';
import { createDialect } from './dialect';
import { createDarkMode } from './dark-mode';
import SqlOutput from './SqlOutput.vue';
import Playground from './Playground.vue';
import './styles.css';
Expand All @@ -17,6 +18,7 @@ export default {

enhanceApp({ app }) {
createDialect(app);
createDarkMode(app);
app.component('SqlOutput', SqlOutput);
app.component('Playground', Playground);
app.use(VueMonacoEditorPlugin, {
Expand Down

0 comments on commit b55e579

Please sign in to comment.