File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -56,35 +56,35 @@ export default {
5656
5757## API
5858
59- ### context-menu
59+ ### context-menu
6060
6161A 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments