File tree Expand file tree Collapse file tree 4 files changed +73
-71
lines changed Expand file tree Collapse file tree 4 files changed +73
-71
lines changed Original file line number Diff line number Diff line change 14
14
minimap: {
15
15
enabled: false,
16
16
},
17
+ scrollBeyondLastLine: false
17
18
}"
18
19
/>
19
20
<div class =" editor-toolbar" >
@@ -278,7 +279,7 @@ export default {
278
279
} else {
279
280
this .colorSchemeOption = colorSchemeOptions[
280
281
(colorSchemeOptions .indexOf (this .colorSchemeOption ) + 1 ) %
281
- colorSchemeOptions .length
282
+ colorSchemeOptions .length
282
283
]
283
284
}
284
285
Original file line number Diff line number Diff line change 17
17
| `` wrap `` | ` boolean= ` | ` false ` | 是否可以循环播放。 |
18
18
| `` closable `` | ` boolean= ` | ` true ` | 是否显示关闭按钮。 |
19
19
| `` escapable `` | ` boolean= ` | ` true ` | 按下 <kbd >esc</kbd > 键是否可以关闭浮层。仅在 ` closable ` 为 ` true ` 时生效。 |
20
+ | `` outside-closable `` | ` boolean= ` | ` false ` | 点击内容区域外部时是否关闭对话框。 |
20
21
| `` priority `` | ` number= ` | - | 浮层层叠权重,参考 [ ` Overlay ` ] ( ./overlay ) 组件的 [ ` priority ` ] ( ./overlay#props-priority ) 属性。 |
21
22
| `` before-close `` | `function(string): boolean=| Promise<boolean=>` | - | [ ^ before-close ] |
22
23
| `` overlay-class `` | `string | Array | Object=` | - | 浮层根元素类名,参考 [ ` Overlay ` ] ( ./overlay ) 组件的 [ ` overlay-class ` ] ( ./overlay#props-overlay-class ) 属性。 |
Original file line number Diff line number Diff line change 25
25
"@stackblitz/sdk" : " ^1.5.2" ,
26
26
"babel-eslint" : " ^10.1.0" ,
27
27
"babel-plugin-lodash" : " ^3.3.4" ,
28
- "babel-plugin-veui" : " ^2.5.3 " ,
28
+ "babel-plugin-veui" : " ^2.5.4 " ,
29
29
"cheerio" : " ^1.0.0-rc.10" ,
30
30
"dls-graphics" : " ^1.0.0-alpha.3" ,
31
31
"dls-icons-vue" : " ^0.14.0" ,
83
83
"stylus-loader" : " ^3.0.2" ,
84
84
"unist-util-remove" : " ^1.0.1" ,
85
85
"unist-util-visit" : " ^1.4.0" ,
86
- "veui" : " ^2.5.3 " ,
87
- "veui-loader" : " ^2.5.3 " ,
88
- "veui-theme-dls" : " ^2.5.3 " ,
89
- "veui-theme-dls-icons" : " ^2.5.3 " ,
86
+ "veui" : " ^2.5.4 " ,
87
+ "veui-loader" : " ^2.5.4 " ,
88
+ "veui-theme-dls" : " ^2.5.4 " ,
89
+ "veui-theme-dls-icons" : " ^2.5.4 " ,
90
90
"vue-awesome" : " ^4.5.0" ,
91
91
"vue-i18n" : " ^8.16.0" ,
92
92
"vue-live" : " ^1.17.2" ,
You can’t perform that action at this time.
0 commit comments