Skip to content

Commit

Permalink
feat(vue-playground): dark mode supports
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed May 14, 2022
1 parent cbd1191 commit eefd440
Show file tree
Hide file tree
Showing 46 changed files with 258 additions and 2,615 deletions.
2 changes: 0 additions & 2 deletions packages/doc-site/.vuepress/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {ShikiPluginOptions} from '@vuepress/plugin-shiki'
import {path} from '@vuepress/utils'
import {PluginConfig} from 'vuepress'
import {isProd} from '../utils/common'
// import {demoPlugin} from './vuepress-plugin-demo'

const pathResolve = (..._path: string[]) => path.resolve(__dirname, ..._path)

Expand Down Expand Up @@ -81,7 +80,6 @@ const vuepressPlugins: PluginConfig[] = [
componentsDir: pathResolve('../components')
}
],
// demoPlugin()
['vuepress-plugin-sandbox', {}]
]

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit eefd440

Please sign in to comment.