This commit is contained in:
Nazar Kanaev
2020-07-27 12:43:06 +01:00
parent 78089122e0
commit 8574c7ddb5
5 changed files with 116 additions and 79 deletions

View File

@@ -355,5 +355,9 @@ var vm = new Vue({
})
}
},
showSettings: function(settings) {
this.settings = settings
this.$bvModal.show('settings-modal')
},
}
})