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 3838 "clipboard" : " 1.7.1" ,
3939 "codemirror" : " 5.39.2" ,
4040 "connect" : " 3.6.6" ,
41- "driver.js" : " 0.5.2 " ,
41+ "driver.js" : " 0.8.1 " ,
4242 "dropzone" : " 5.2.0" ,
4343 "echarts" : " 4.1.0" ,
4444 "element-ui" : " 2.4.6" ,
Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ const steps = [
4545 title : 'Tags view' ,
4646 description : 'The history of the page you visited' ,
4747 position : 'bottom'
48- }
48+ } ,
49+ padding : 0
4950 }
5051]
5152
Original file line number Diff line number Diff line change 1010</template >
1111
1212<script >
13- import * as Driver from ' driver.js' // import driver.js
13+ import Driver from ' driver.js' // import driver.js
1414import ' driver.js/dist/driver.min.css' // import driver.js css
1515import steps from ' ./defineSteps'
1616
You can’t perform that action at this time.
0 commit comments