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 {
73
73
module .exports = {
74
74
/* ... */
75
75
plugins: [
76
- require (' unplugin-vue-components/webpack' ). default ({ /* options */ }),
76
+ require (' unplugin-vue-components/webpack' )({ /* options */ }),
77
77
],
78
78
}
79
79
```
@@ -88,7 +88,7 @@ module.exports = {
88
88
module .exports = {
89
89
/* ... */
90
90
plugins: [
91
- require (' unplugin-vue-components/rspack' ). default ({ /* options */ }),
91
+ require (' unplugin-vue-components/rspack' )({ /* options */ }),
92
92
],
93
93
}
94
94
```
@@ -110,7 +110,7 @@ You might not need this plugin for Nuxt. Use [`@nuxt/components`](https://github
110
110
module .exports = {
111
111
/* ... */
112
112
plugins: [
113
- require (' unplugin-vue-components/webpack' ). default ({ /* options */ }),
113
+ require (' unplugin-vue-components/webpack' )({ /* options */ }),
114
114
],
115
115
}
116
116
```
You can’t perform that action at this time.
0 commit comments