feat(rename): add default value for renaming file (#23)
This commit is contained in:
parent
f5c48c9679
commit
0377080da6
|
@ -35,6 +35,9 @@ export default {
|
|||
name: ''
|
||||
}
|
||||
},
|
||||
created () {
|
||||
this.name = this.oldName()
|
||||
},
|
||||
computed: mapState(['req', 'selected', 'selectedCount']),
|
||||
methods: {
|
||||
cancel: function (event) {
|
||||
|
|
Loading…
Reference in New Issue