vue3-context-menu-plus 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @Author: eggYolkegg
|
|
3
3
|
* @Date: 2025-12-11 15:41:57
|
|
4
4
|
* @LastEditors: eggYolkegg
|
|
5
|
-
* @LastEditTime: 2025-12-19 08:
|
|
5
|
+
* @LastEditTime: 2025-12-19 08:15:34
|
|
6
6
|
* @Description:
|
|
7
7
|
-->
|
|
8
8
|
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
🔧 自定义菜单点击回调,携带完整上下文信息
|
|
17
17
|
⚡ 指令式调用,接入成本低
|
|
18
18
|
|
|
19
|
+
git:https://github.com/eggyolkegg/vue3-context-menu-plus
|
|
20
|
+
|
|
19
21
|
## 安装
|
|
20
22
|
|
|
21
23
|
```bash
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "vue3-context-menu-plus",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.7",
|
|
5
5
|
"description": "A Vue 3 context menu component that shows different menus based on different components",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
7
7
|
"module": "dist/index.esm.js",
|