Skip to content

Commit 4f9aaa2

Browse files
committed
Export Vue plugin from setup example
1 parent 45a5b39 commit 4f9aaa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const feathersClient = feathers()
156156
export default feathersClient
157157

158158
// Setting up feathers-vuex
159-
const { makeServicePlugin, makeAuthPlugin, BaseModel, models } = feathersVuex(
159+
const { makeServicePlugin, makeAuthPlugin, BaseModel, models, FeathersVuex } = feathersVuex(
160160
feathersClient,
161161
{
162162
serverAlias: 'api', // optional for working with multiple APIs (this is the default value)
@@ -165,7 +165,7 @@ const { makeServicePlugin, makeAuthPlugin, BaseModel, models } = feathersVuex(
165165
}
166166
)
167167

168-
export { makeAuthPlugin, makeServicePlugin, BaseModel, models }
168+
export { makeAuthPlugin, makeServicePlugin, BaseModel, models, FeathersVuex }
169169
```
170170

171171
### Service Plugins

0 commit comments

Comments
 (0)