fix keybinds page on dev
This commit is contained in:
parent
22ad286ffd
commit
c8c6ccc3c4
1 changed files with 5 additions and 0 deletions
|
@ -170,6 +170,11 @@
|
|||
Vue.component('keybinds-settings', {
|
||||
template: "#keybinds-settings",
|
||||
props: [],
|
||||
data: function () {
|
||||
return {
|
||||
app: this.$root
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
keyBindUpdate: function (action) {
|
||||
const blur = document.createElement('div');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue