Add extension selection through route param

This commit is contained in:
Benedikt Kulmann
2020-04-24 07:43:59 +02:00
parent 1739d542ff
commit ea58fd46ef
6 changed files with 68 additions and 25 deletions
+1
View File
@@ -47,6 +47,7 @@ export default {
applyValue() {
// TODO: propagate value to parent
// TODO: show a spinner while the request for saving the value is running!
this.initialValue = this.value
},
cancel() {
this.value = this.initialValue