File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 38
38
"clipboard" : " 1.7.1" ,
39
39
"codemirror" : " 5.39.2" ,
40
40
"connect" : " 3.6.6" ,
41
- "driver.js" : " 0.5.2 " ,
41
+ "driver.js" : " 0.8.1 " ,
42
42
"dropzone" : " 5.2.0" ,
43
43
"echarts" : " 4.1.0" ,
44
44
"element-ui" : " 2.4.6" ,
Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ const steps = [
45
45
title : 'Tags view' ,
46
46
description : 'The history of the page you visited' ,
47
47
position : 'bottom'
48
- }
48
+ } ,
49
+ padding : 0
49
50
}
50
51
]
51
52
Original file line number Diff line number Diff line change 10
10
</template >
11
11
12
12
<script >
13
- import * as Driver from ' driver.js' // import driver.js
13
+ import Driver from ' driver.js' // import driver.js
14
14
import ' driver.js/dist/driver.min.css' // import driver.js css
15
15
import steps from ' ./defineSteps'
16
16
You can’t perform that action at this time.
0 commit comments