Skip to content

Commit

Permalink
♻️ vue-dot: Bind vuetify-options directly in HeaderNavigationDrawer (#…
Browse files Browse the repository at this point in the history
…2688)

bc breack
  • Loading branch information
deraw committed Apr 5, 2023
1 parent cb63ea2 commit 6a46deb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
@@ -1,7 +1,7 @@
<template>
<VNavigationDrawer
v-if="mobileVersion && items"
v-bind="options.navigationDrawer"
v-bind="options"
:value="drawer"
:color="backgroundColor"
@input="drawerUpdated"
Expand Down
@@ -1,11 +1,9 @@
export const config = {
navigationDrawer: {
app: true,
dark: true,
temporary: true,
width: '320px',
class: 'pa-4'
},
app: true,
dark: true,
temporary: true,
width: '320px',
class: 'pa-4',
closeBtn: {
icon: true
},
Expand Down

0 comments on commit 6a46deb

Please sign in to comment.