X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=4cd1124fd760189a26eba000e1726119144d7aa2;hb=83c6c2c96e7d34c79db20827f56b51040ef39392;hp=28e9c547db1a418c35a3b2d20458e40c0c4a9fcf;hpb=57c8c2a6f20abb3355e687a2ae3c8bf617a5eaad;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index 28e9c547..4cd1124f 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -13,7 +13,7 @@ nav label.drawer-toggle(for="drawerControl") input#drawerControl.drawer(type="checkbox") - #menuBar(@click="hideDrawer") + #menuBar(@click="hideDrawer($event)") label.drawer-close(for="drawerControl") #leftMenu router-link(to="/") @@ -84,13 +84,15 @@ export default {