Skip to content

Commit 106a5eb

Browse files
Adding themeClasses
1 parent 52cdbbd commit 106a5eb

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

dist/vuetify-resize-drawer.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/VResizeDrawer.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ import Vue from 'vue';
9797
import Vuetify from 'vuetify';
9898
import { VNavigationDrawer } from 'vuetify/lib';
9999
100+
// ! This is needed for this.$vuetify to work, but causes the file to be huge. Need to figure a way around this ! //
100101
const vuetifyOptions = {};
101102
Vue.use(Vuetify);
102103
@@ -172,6 +173,7 @@ export default {
172173
'v-navigation-drawer--right': this.right,
173174
'v-navigation-drawer--temporary': this.temporary,
174175
'v-navigation-drawer--overflow': this.overflow,
176+
...this.themeClasses,
175177
};
176178
},
177179
drawerStyles() {

0 commit comments

Comments
 (0)