Skip to content

Commit 5b1cce4

Browse files
committed
fix: updated npm packages
1 parent 5aef608 commit 5b1cce4

File tree

3 files changed

+4161
-2675
lines changed

3 files changed

+4161
-2675
lines changed

docs/.vuepress/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import * as path from 'path'
22
import * as url from 'url'
3-
import VueExamplePlugin from 'vuepress-plugin-vue-example'
43
import { defaultTheme, defineUserConfig } from 'vuepress-webpack'
54
import { docsearchPlugin } from '@vuepress/plugin-docsearch'
5+
import { vueExamplePlugin } from 'vuepress-plugin-vue-example'
66

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

99
export default defineUserConfig({
1010
plugins: [
11-
VueExamplePlugin({
11+
vueExamplePlugin({
1212
componentsPath: '/docs/.vuepress/components/'
1313
}),
1414
docsearchPlugin({

0 commit comments

Comments
 (0)