File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export default {
7373module .exports = {
7474 /* ... */
7575 plugins: [
76- require (' unplugin-vue-components/webpack' ). default ({ /* options */ }),
76+ require (' unplugin-vue-components/webpack' )({ /* options */ }),
7777 ],
7878}
7979```
@@ -88,7 +88,7 @@ module.exports = {
8888module .exports = {
8989 /* ... */
9090 plugins: [
91- require (' unplugin-vue-components/rspack' ). default ({ /* options */ }),
91+ require (' unplugin-vue-components/rspack' )({ /* options */ }),
9292 ],
9393}
9494```
@@ -110,7 +110,7 @@ You might not need this plugin for Nuxt. Use [`@nuxt/components`](https://github
110110module .exports = {
111111 /* ... */
112112 plugins: [
113- require (' unplugin-vue-components/webpack' ). default ({ /* options */ }),
113+ require (' unplugin-vue-components/webpack' )({ /* options */ }),
114114 ],
115115}
116116```
You can’t perform that action at this time.
0 commit comments