Skip to content

Commit 2d3224b

Browse files
author
Johnathan Barrett
committed
bumped version number
1 parent 4b3e671 commit 2d3224b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,35 +56,35 @@ export default {
5656

5757
## API
5858

59-
### context-menu
59+
### context-menu
6060

6161
A simple context menu component
6262

6363
```html
6464
<ContextMenu :menu-items="[....]"/>
65-
```
65+
```
6666

67-
#### props
67+
#### props
6868

69-
- `menu-items` ***Array*** (*required*)
69+
- `menu-items` ***Array*** (*required*)
7070

71-
#### data
71+
#### data
7272

73-
- `visible`
73+
- `visible`
7474

75-
**initial value:** `false`
75+
**initial value:** `false`
7676

77-
- `contextMenuPosition`
77+
- `contextMenuPosition`
7878

79-
**initial value:** `[object Object]`
79+
**initial value:** `[object Object]`
8080

81-
#### methods
81+
#### methods
8282

83-
- `close()`
83+
- `close()`
8484

85-
- `open(position)`
85+
- `open(position)`
8686

87-
Accepts an Object with an `x, y` position or an instance of Event
87+
Accepts an Object with an `x, y` position or an instance of Event
8888

8989
## Installation
9090

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-context-menu-popup",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": false,
55
"scripts": {
66
"serve": "vue-cli-service serve ./example/main.js --open",

0 commit comments

Comments
 (0)