We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfdff7 commit 5912c68Copy full SHA for 5912c68
playground/webpack/vue.config.js
@@ -6,7 +6,7 @@ module.exports = defineConfig({
6
configureWebpack: {
7
plugins: [
8
AutoExport({
9
- path: ['src/components/*'],
+ path: ['@/components/*'],
10
}),
11
],
12
},
0 commit comments