vue-editify 0.1.6 → 0.1.7

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.1.6",
3
+ "version": "0.1.7",
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.3.10",
16
+ "alex-editor": "^1.3.11",
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.1.6'
10
+ const version = '0.1.7'
11
11
  //安装函数
12
12
  const install = (app, props) => {
13
13
  const locale = (props ? props.locale : 'zh_CN') || 'zh_CN'