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', {
|
Vue.component('keybinds-settings', {
|
||||||
template: "#keybinds-settings",
|
template: "#keybinds-settings",
|
||||||
props: [],
|
props: [],
|
||||||
|
data: function () {
|
||||||
|
return {
|
||||||
|
app: this.$root
|
||||||
|
}
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
keyBindUpdate: function (action) {
|
keyBindUpdate: function (action) {
|
||||||
const blur = document.createElement('div');
|
const blur = document.createElement('div');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue