vue-editify 0.0.49 → 0.0.50

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.49",
3
+ "version": "0.0.50",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "author": "ling0523",
package/src/core/index.js CHANGED
@@ -1268,7 +1268,7 @@ export const getMenuConfig = function (editTrans, editLocale) {
1268
1268
  //全屏
1269
1269
  fullScreen: {
1270
1270
  //是否显示此工具
1271
- show: true,
1271
+ show: false,
1272
1272
  //左侧边框是否显示
1273
1273
  leftBorder: false,
1274
1274
  //右侧边框是否显示
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.49'
10
+ const version = '0.0.50'
11
11
  //安装函数
12
12
  const install = (app, props) => {
13
13
  const locale = (props ? props.locale : 'zh_CN') || 'zh_CN'