File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
</el-button >
7
7
</el-badge >
8
8
9
- <el-dialog :visible.sync =" dialogTableVisible" title =" Error Log" width =" 80%" >
9
+ <el-dialog :visible.sync =" dialogTableVisible" title =" Error Log" width =" 80%" append-to-body >
10
10
<el-table :data =" errorLogs" border >
11
11
<el-table-column label =" Message" >
12
12
<template slot-scope="{row}">
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ export default {
28
28
sidebarLogo : false ,
29
29
30
30
/**
31
- * @type {string | array } 'production' | ['production','development']
31
+ * @type {string | array } 'production' | ['production', 'development']
32
32
* @description Need show err logs component.
33
33
* The default is only used in the production env
34
- * If you want to also use it in dev, you can pass ['production','development']
34
+ * If you want to also use it in dev, you can pass ['production', 'development']
35
35
*/
36
36
errorLog : 'production'
37
37
}
You can’t perform that action at this time.
0 commit comments