feat(default.vue): drawer hidden by def on mobile

This commit is contained in:
Thibault Nocchi 2020-09-06 12:59:22 +02:00
parent 5c3c39fdd3
commit b08897a78b

View File

@ -97,7 +97,7 @@ export default Vue.extend({
}
],
clipped: true,
drawer: true,
drawer: !this.$vuetify.breakpoint.mobile,
libraries: {},
title: 'Jellyfin'
};