An open API service indexing awesome lists of open source software.

https://github.com/simon-he95/vue3-right-click-menu

vue3-right-click-menu
https://github.com/simon-he95/vue3-right-click-menu

right-click-menu vue3

Last synced: about 2 months ago
JSON representation

vue3-right-click-menu

Awesome Lists containing this project

README

        




vue3右键菜单组件

![demo](./assets/demo.gif)

## Install
```
npm i vue3-right-click-menu
```

## Usage
```
// 引入样式
import 'vue3-right-click-menu/style.css'
// 注册组件
import { RightClick } from 'vue3-right-click-menu'
app.component('vue-right-click', RightClick)

// container 只对slot内容区域生效


```

## Params
```ts
const menu = [
{ label: '新增', user: 'simon' },
{ label: '删除', user: 'simon' },
{ label: '编辑', user: 'simon' },
]
```

## Events
```
-> select
选择后触发select事件,接收menuItem
```

>样式不满足可重写覆盖

## License
[MIT](./LICENSE) License © 2022 [Simon He](https://github.com/Simon-He95)

Buy Me A Coffee

![sponsors](https://www.hejian.club/images/sponsors.jpg)