vue-editify 0.0.36 → 0.0.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-editify",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "author": "ling0523",
@@ -13,7 +13,7 @@
13
13
  "lib": "vite build"
14
14
  },
15
15
  "dependencies": {
16
- "alex-editor": "^1.0.86",
16
+ "alex-editor": "^1.0.87",
17
17
  "dap-util": "^1.4.21",
18
18
  "highlight.js": "^11.8.0",
19
19
  "vue": "^3.3.7"
package/src/index.js CHANGED
@@ -7,7 +7,7 @@ import './icon/iconfont.css'
7
7
  //引入国际化
8
8
  import i18n from './locale'
9
9
  //版本号
10
- const version = '0.0.36'
10
+ const version = '0.0.37'
11
11
  //安装函数
12
12
  const install = (app, props) => {
13
13
  const locale = (props ? props.locale : 'zh_CN') || 'zh_CN'