1 parent 114cc0e commit 5e49d5dCopy full SHA for 5e49d5d
2 files changed
web/layouts/default.vue
@@ -1,7 +1,7 @@
1
<template>
2
<v-app dark>
3
<v-navigation-drawer
4
- :width="500"
+ :width="400"
5
v-model="drawer"
6
:mini-variant="miniVariant"
7
:clipped="clipped"
web/package.json
@@ -12,7 +12,6 @@
12
"lint:prettier": "prettier --check .",
13
"lint": "yarn lint:js && yarn lint:style && yarn lint:prettier",
14
"lintfix": "prettier --write --list-different . && yarn lint:js --fix && yarn lint:style --fix",
15
- "prepare": "husky install",
16
"test": "jest"
17
},
18
"lint-staged": {
0 commit comments