@imengyu/vue3-context-menu 1.2.0 → 1.2.1

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.CN.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  * 简洁易用,体积小
13
13
  * 提供组件模式和函数模式,调用方便
14
- * 提供多个菜单主体供您使用
14
+ * 提供多个菜单主题供您使用
15
15
  * 可自定义
16
16
 
17
17
  ### 用法
package/README.md CHANGED
@@ -13,6 +13,7 @@ English | [简体中文](https://github.com/imengyu/vue3-context-menu/blob/main/
13
13
 
14
14
  * Simple and easy to use, small size
15
15
  * Provide component mode and function mode
16
+ * Provide multiple theme styles for your use
16
17
  * Customizable
17
18
 
18
19
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imengyu/vue3-context-menu",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "A context menu component for Vue3",
5
5
  "main": "lib/vue3-context-menu.umd.min.js",
6
6
  "files": [
@@ -61,9 +61,7 @@
61
61
  "typescript": "^4.3.5",
62
62
  "vitepress": "^1.0.0-alpha.35",
63
63
  "vue": "^3.2.13",
64
- "vue-router": "^4.1.5"
65
- },
66
- "dependencies": {
64
+ "vue-router": "^4.1.5",
67
65
  "vue-tsc": "^1.0.24"
68
66
  }
69
67
  }