vue-editify 0.0.1 → 0.0.11

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.1",
3
+ "version": "0.0.11",
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.5",
17
- "dap-util": "^1.3.9",
16
+ "alex-editor": "^1.0.7",
17
+ "dap-util": "^1.4.1",
18
18
  "highlight.js": "^11.8.0",
19
19
  "vue": "^3.3.7"
20
20
  },
package/src/index.js CHANGED
@@ -5,7 +5,7 @@ import './icon/iconfont.css'
5
5
  //引入国际化
6
6
  import i18n from './locale'
7
7
  //版本号
8
- const version = '0.0.1'
8
+ const version = '0.0.11'
9
9
  //安装函数
10
10
  const install = (app, props) => {
11
11
  const locale = (props ? props.locale : 'zh_CN') || 'zh_CN'