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 64cf77f commit 2c2268cCopy full SHA for 2c2268c
1 file changed
README.md
@@ -139,35 +139,6 @@ module.exports = {
139
140
<br></details>
141
142
-<details>
143
-<summary>Vue CLI</summary><br>
144
-
145
-```ts
146
-// vue.config.js
147
-module.exports = {
148
- /* ... */
149
- plugins: [
150
- require('unplugin-auto-import/webpack')({ /* options */ }),
151
- ],
152
-}
153
-```
154
155
-You can also rename the Vue configuration file to `vue.config.mjs` and use static import syntax (you should use latest `@vue/cli-service ^5.0.8`):
156
157
-// vue.config.mjs
158
-import AutoImport from 'unplugin-auto-import/webpack'
159
160
-export default {
161
- configureWebpack: {
162
163
- AutoImport({ /* options */ }),
164
165
- },
166
167
168
169
-<br></details>
170
171
<details>
172
<summary>Quasar</summary><br>
173
0 commit comments