Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnathan Barrett committed Sep 13, 2018
1 parent 4b3e671 commit 2d3224b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,35 +56,35 @@ export default {

## API

### context-menu
### context-menu

A simple context menu component

```html
<ContextMenu :menu-items="[....]"/>
```
```

#### props
#### props

- `menu-items` ***Array*** (*required*)
- `menu-items` ***Array*** (*required*)

#### data
#### data

- `visible`
- `visible`

**initial value:** `false`
**initial value:** `false`

- `contextMenuPosition`
- `contextMenuPosition`

**initial value:** `[object Object]`
**initial value:** `[object Object]`

#### methods
#### methods

- `close()`
- `close()`

- `open(position)`
- `open(position)`

Accepts an Object with an `x, y` position or an instance of Event
Accepts an Object with an `x, y` position or an instance of Event

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-context-menu-popup",
"version": "0.1.0",
"version": "0.1.1",
"private": false,
"scripts": {
"serve": "vue-cli-service serve ./example/main.js --open",
Expand Down

0 comments on commit 2d3224b

Please sign in to comment.