Skip to content

Commit 5912c68

Browse files
committed
chore: update playground
1 parent 7dfdff7 commit 5912c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/webpack/vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = defineConfig({
66
configureWebpack: {
77
plugins: [
88
AutoExport({
9-
path: ['src/components/*'],
9+
path: ['@/components/*'],
1010
}),
1111
],
1212
},

0 commit comments

Comments
 (0)