codemirror-editor-vue3
Advanced tools
Comparing version 2.0.0-beta.11 to 2.0.0-rc
@@ -0,1 +1,13 @@ | ||
## 2.0.0-rc | ||
`2022-03-08` | ||
- 🌟 Use TS reconstruction partial code, fully support TS type check. | ||
- Modify registration global component mode | ||
--- | ||
- 🌟 使用 ts 重构部分代码,全面支持 ts 类型检查 | ||
- 修改注册全局组件方式 | ||
## 1.0.1 | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "codemirror-editor-vue3", | ||
"description": "CodeMirror component for Vue3", | ||
"version": "2.0.0-beta.11", | ||
"version": "2.0.0-rc", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -11,3 +11,3 @@ ### Introduction | ||
npm install codemirror-editor-vue3 -S | ||
yarn add codemirror-editor-vue3 | ||
yarn add codemirror-editor-vue3 -S | ||
``` | ||
@@ -14,0 +14,0 @@ |
69670