vue3-context-menu-plus 2.1.7 → 2.1.8

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,9 +12,9 @@
12
12
 
13
13
  git:https://github.com/eggyolkegg/vue3-context-menu-plus
14
14
 
15
- ![展示1](./src/asstes/img1.png)
16
- ![展示2](./src/asstes/img2.png)
17
- ![展示3](./src/asstes/img3.png)
15
+ ![展示1](https://raw.githubusercontent.com/eggyolkegg/vue3-context-menu-plus/main/src/asstes/img1.png)
16
+ ![展示2](https://raw.githubusercontent.com/eggyolkegg/vue3-context-menu-plus/main/src/asstes/img2.png)
17
+ ![展示3](https://raw.githubusercontent.com/eggyolkegg/vue3-context-menu-plus/main/src/asstes/img3.png)
18
18
 
19
19
  ## 安装
20
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "vue3-context-menu-plus",
4
- "version": "2.1.7",
4
+ "version": "2.1.8",
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",