Skip to content

Commit 0cd9426

Browse files
committed
docs: add composition-api to the installation docs
1 parent 1577871 commit 0cd9426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ sidebarDepth: 3
88
## Installation
99

1010
```bash
11-
npm install feathers-vuex --save
11+
npm install feathers-vuex @vue/composition-api --save
1212
```
1313

1414
```bash
15-
yarn add feathers-vuex
15+
yarn add feathers-vuex @vue/composition-api
1616
```
1717

1818
IMPORTANT: Feathers-Vuex is (and requires to be) published in ES6 format for full compatibility with JS classes. If your project uses Babel, it must be configured properly. See the [Project Configuration](#projectconfiguration) section for more information.

0 commit comments

Comments
 (0)