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.
- package/dev/DevDoc/index.vue +1 -0
- package/package.json +1 -1
package/dev/DevDoc/index.vue
CHANGED
|
@@ -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()) {
|