Skip to content

Commit 68f1dac

Browse files
Merge pull request #431 from emmanuelgeoffray/patch-1
Fix wrong path for src/store/index.js
2 parents 06c0836 + c121a95 commit 68f1dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export default makeAuthPlugin({ userService: 'users' })
223223
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.
224224

225225
```js
226-
// src/store/store.js
226+
// src/store/index.js
227227
import Vue from 'vue'
228228
import Vuex from 'vuex'
229229
import { FeathersVuex } from '../feathers-client'

0 commit comments

Comments
 (0)