We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aef608 commit 5b1cce4Copy full SHA for 5b1cce4
docs/.vuepress/config.js
@@ -1,14 +1,14 @@
1
import * as path from 'path'
2
import * as url from 'url'
3
-import VueExamplePlugin from 'vuepress-plugin-vue-example'
4
import { defaultTheme, defineUserConfig } from 'vuepress-webpack'
5
import { docsearchPlugin } from '@vuepress/plugin-docsearch'
+import { vueExamplePlugin } from 'vuepress-plugin-vue-example'
6
7
const __dirname = url.fileURLToPath(new URL('.', import.meta.url))
8
9
export default defineUserConfig({
10
plugins: [
11
- VueExamplePlugin({
+ vueExamplePlugin({
12
componentsPath: '/docs/.vuepress/components/'
13
}),
14
docsearchPlugin({
0 commit comments