Skip to content

Commit 589c594

Browse files
committed
docs: add note about Webpack’s require.context
1 parent 00829e3 commit 589c594

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ export default makeAuthPlugin({ userService: 'users' })
211211

212212
### Vuex store
213213

214+
This example uses Webpack's `require.context` feature. If you're not using Webpack, you'll need to manually import each module and list them in the `plugins` array.
215+
214216
```js
215217
// src/store/store.js
216218
import Vue from 'vue'

0 commit comments

Comments
 (0)