@hep-code-runner/vue3 2.3.13 → 2.3.14

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -72,7 +72,7 @@ const currentCode = ref('console.log("hello")');
72
72
  | update:language | language | 语言变化 |
73
73
  | execute-start | - | 代码开始执行 |
74
74
  | execute-end | result | 代码执行完成 |
75
- | language-change | language, code | 语言切换 |
75
+ | language-change | language, code, snippet | 语言切换,snippet 为新语言的默认代码片段 |
76
76
  | change | code | 代码变化(防抖) |
77
77
 
78
78
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hep-code-runner/vue3",
3
- "version": "2.3.13",
3
+ "version": "2.3.14",
4
4
  "description": "Vue 3 code runner component",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",