vue-editify 0.0.25 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-editify",
3
- "version": "0.0.25",
3
+ "version": "0.0.27",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "author": "ling0523",
@@ -13,8 +13,8 @@
13
13
  "lib": "vite build"
14
14
  },
15
15
  "dependencies": {
16
- "alex-editor": "^1.0.82",
17
- "dap-util": "^1.4.2",
16
+ "alex-editor": "^1.0.83",
17
+ "dap-util": "^1.4.21",
18
18
  "highlight.js": "^11.8.0",
19
19
  "vue": "^3.3.7"
20
20
  },
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.25'
10
+ const version = '0.0.27'
11
11
  //安装函数
12
12
  const install = (app, props) => {
13
13
  const locale = (props ? props.locale : 'zh_CN') || 'zh_CN'