Skip to content

Commit

Permalink
fix: updated npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed Jun 4, 2023
1 parent 5aef608 commit 5b1cce4
Show file tree
Hide file tree
Showing 3 changed files with 4,161 additions and 2,675 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import * as path from 'path'
import * as url from 'url'
import VueExamplePlugin from 'vuepress-plugin-vue-example'
import { defaultTheme, defineUserConfig } from 'vuepress-webpack'
import { docsearchPlugin } from '@vuepress/plugin-docsearch'
import { vueExamplePlugin } from 'vuepress-plugin-vue-example'

const __dirname = url.fileURLToPath(new URL('.', import.meta.url))

export default defineUserConfig({
plugins: [
VueExamplePlugin({
vueExamplePlugin({
componentsPath: '/docs/.vuepress/components/'
}),
docsearchPlugin({
Expand Down

0 comments on commit 5b1cce4

Please sign in to comment.