readText( )
diff --git a/src/pages/demo/plugins/highlight/demo.vue b/src/pages/demo/plugins/highlight/demo.vue
index aa5f3397..ddfea647 100644
--- a/src/pages/demo/plugins/highlight/demo.vue
+++ b/src/pages/demo/plugins/highlight/demo.vue
@@ -1,24 +1,24 @@
-
+
javascript
-
+
css
-
+
scss
-
+
html
diff --git a/src/pages/demo/plugins/js-cookie/demo.vue b/src/pages/demo/plugins/js-cookie/demo.vue
index 8f4b3b7e..7a1cd407 100644
--- a/src/pages/demo/plugins/js-cookie/demo.vue
+++ b/src/pages/demo/plugins/js-cookie/demo.vue
@@ -1,18 +1,18 @@
-
+
基本读写删
set('test-user-name', 'normalValue')
get('test-user-name')
remove('test-user-name')
-
+
设置有效期
设置 'test-user-pwd' 有效期为一天
get('test-user-pwd')
remove('test-user-pwd')
-
+
获取所有可以获得的数据
getAll
diff --git a/src/pages/demo/plugins/mock/ajax.vue b/src/pages/demo/plugins/mock/ajax.vue
index 88c6cc9e..76320878 100644
--- a/src/pages/demo/plugins/mock/ajax.vue
+++ b/src/pages/demo/plugins/mock/ajax.vue
@@ -4,7 +4,7 @@
发送请求
-
+
-
-
+
+
{{title}}
- 刷新
+ 刷新
diff --git a/src/pages/demo/plugins/mock/demoDPD.vue b/src/pages/demo/plugins/mock/demoDPD.vue
index 4bf6a49c..734430c9 100644
--- a/src/pages/demo/plugins/mock/demoDPD.vue
+++ b/src/pages/demo/plugins/mock/demoDPD.vue
@@ -1,6 +1,6 @@
-
+
-
+
-
+
下载演示CSV
diff --git a/src/pages/demo/plugins/quill/demo.vue b/src/pages/demo/plugins/quill/demo.vue
index 30b24207..1337dc21 100644
--- a/src/pages/demo/plugins/quill/demo.vue
+++ b/src/pages/demo/plugins/quill/demo.vue
@@ -1,6 +1,6 @@
-
+
Card {{item.i}}
- 拖拽卡片调整位置
- 拖拽卡片右下角的手柄调整卡片大小
+ 拖拽卡片调整位置
+ 拖拽卡片右下角的手柄调整卡片大小
+
+
@@ -29,16 +33,14 @@ export default {
return {
layout: {
layout: [
- {'x': 0, 'y': 0, 'w': 4, 'h': 5, 'i': '0'},
- {'x': 2, 'y': 5, 'w': 2, 'h': 5, 'i': '1'},
- {'x': 4, 'y': 0, 'w': 2, 'h': 5, 'i': '2'},
- {'x': 6, 'y': 0, 'w': 4, 'h': 5, 'i': '3'},
- {'x': 10, 'y': 0, 'w': 2, 'h': 10, 'i': '4'},
- {'x': 10, 'y': 10, 'w': 2, 'h': 5, 'i': '5'},
- {'x': 0, 'y': 5, 'w': 2, 'h': 5, 'i': '6'},
- {'x': 0, 'y': 10, 'w': 8, 'h': 5, 'i': '7'},
- {'x': 8, 'y': 10, 'w': 2, 'h': 5, 'i': '8'},
- {'x': 4, 'y': 5, 'w': 6, 'h': 5, 'i': '9'}
+ {'x': 0, 'y': 0, 'w': 4, 'h': 10, 'i': '0'},
+ {'x': 4, 'y': 0, 'w': 2, 'h': 5, 'i': '1'},
+ {'x': 6, 'y': 0, 'w': 4, 'h': 5, 'i': '2'},
+ {'x': 10, 'y': 0, 'w': 2, 'h': 10, 'i': '3'},
+ {'x': 4, 'y': 5, 'w': 4, 'h': 5, 'i': '4'},
+ {'x': 8, 'y': 5, 'w': 2, 'h': 5, 'i': '5'},
+ {'x': 0, 'y': 10, 'w': 8, 'h': 5, 'i': '6'},
+ {'x': 8, 'y': 10, 'w': 4, 'h': 5, 'i': '7'}
],
colNum: 12,
rowHeight: 30,
@@ -55,7 +57,7 @@ export default {
layoutUpdatedHandler (newLayout) {
// console.log('layoutUpdatedHandler')
newLayout.forEach(e => {
- // console.log(`{'x': ${e.x}, 'y': ${e.y}, 'w': ${e.w}, 'h': ${e.h}, 'i': '${e.i}'},`)
+ console.log(`{'x': ${e.x}, 'y': ${e.y}, 'w': ${e.w}, 'h': ${e.h}, 'i': '${e.i}'},`)
})
},
resizeHandler (i, newH, newW) {