This repository was archived by the owner on Apr 7, 2021. It is now read-only.
File tree 1 file changed +9
-14
lines changed 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 3
3
<div class =" row justify-content-between" >
4
4
<div class =" col-auto" >
5
5
<el-button-group >
6
- <el-button
7
- icon =" el-icon-back"
8
- v-bind:disabled =" backDisabled"
9
- v-bind:title =" lang.btn.back"
10
- v-on:click =" historyBack()"
11
- />
6
+ <el-button icon =" el-icon-back" :disabled =" backDisabled" :title =" lang.btn.back" @click =" historyBack()" />
12
7
<el-button
13
8
icon =" el-icon-right"
14
- v-bind :disabled =" forwardDisabled"
15
- v-bind :title =" lang.btn.forward"
16
- v-on: click =" historyForward()"
9
+ :disabled =" forwardDisabled"
10
+ :title =" lang.btn.forward"
11
+ @ click =" historyForward()"
17
12
/>
18
- <el-button icon =" el-icon-refresh" v-on: click =" refreshAll()" v-bind :title =" lang.btn.refresh" />
13
+ <el-button icon =" el-icon-refresh" @ click =" refreshAll()" :title =" lang.btn.refresh" />
19
14
</el-button-group >
20
15
21
16
<el-button-group >
22
- <el-button icon =" el-icon-document-add" v-on: click =" showModal('NewFile')" v-bind :title =" lang.btn.file" />
23
- <el-button icon =" el-icon-folder-add" v-on: click =" showModal('NewFolder')" v-bind :title =" lang.btn.folder" />
17
+ <el-button icon =" el-icon-document-add" @ click =" showModal('NewFile')" :title =" lang.btn.file" />
18
+ <el-button icon =" el-icon-folder-add" @ click =" showModal('NewFolder')" :title =" lang.btn.folder" />
24
19
<el-button
25
20
icon =" el-icon-upload"
26
- v-bind :title =" lang.btn.upload"
21
+ :title =" lang.btn.upload"
27
22
:disabled =" uploading"
28
- v-on: click =" uploading ? showModal('Upload') : null"
23
+ @ click =" ! uploading ? showModal('Upload') : null"
29
24
/>
30
25
<el-button
31
26
icon =" el-icon-delete"
You can’t perform that action at this time.
0 commit comments