vue-editify 0.0.45 → 0.0.46

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.45",
3
+ "version": "0.0.46",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "author": "ling0523",
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.45'
10
+ const version = '0.0.46'
11
11
  //安装函数
12
12
  const install = (app, props) => {
13
13
  const locale = (props ? props.locale : 'zh_CN') || 'zh_CN'
@@ -21,4 +21,4 @@ const stdin_default = {
21
21
  version
22
22
  }
23
23
 
24
- export { stdin_default as default, install as editify, version, AlexElement }
24
+ export { stdin_default as default, install, version, AlexElement }