ap-dev 1.2.26 → 1.2.27

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.
@@ -108,6 +108,7 @@ export default {
108
108
  dialogTitle: "开发文档",
109
109
  sortByTree: true,
110
110
  sortByDrag: true,
111
+ reLoadByResponsive: true,
111
112
  onClick: (data, node, comp) => {
112
113
  // 检查未保存
113
114
  if (!this.isFirstClick && this.oldEditorValue != this.$refs.richEditorRef.getContent()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ap-dev",
3
- "version": "1.2.26",
3
+ "version": "1.2.27",
4
4
  "description": "===== ap-dev =====",
5
5
  "author": "xiexinbin",
6
6
  "email": "876818817@qq.com",