Skip to content

Commit b56e78b

Browse files
committed
docs: vue3 version
1 parent 6c50d2d commit b56e78b

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Vue-Keybindings
22

33
[![NPM version](https://img.shields.io/npm/v/vue-keybindings.svg)](https://www.npmjs.com/package/vue-keybindings)
4-
![VueJS v2 compatible](https://img.shields.io/badge/Vuejs%202-compatible-green.svg)
4+
![VueJS v3 compatible](https://img.shields.io/badge/Vuejs%203-compatible-green.svg)
55
<a href="https://www.npmjs.com/package/vue-keybindings"><img src="https://img.shields.io/npm/dt/vue-keybindings.svg" alt="Downloads"></a>
66
<a href="https://www.npmjs.com/package/vue-keybindings"><img src="https://img.shields.io/npm/l/vue-keybindings.svg" alt="License"></a>
77

@@ -13,6 +13,12 @@ Keyboard Shortcuts registration and Keybindings management
1313
npm install vue-keybindings --save
1414
```
1515

16+
or
17+
18+
``` bash
19+
yarn add vue-keybindings
20+
```
21+
1622
## Usage
1723
#### Configuration
1824
``` js

dist/build.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)