[v0.17]Class (content-class) is not applied in <q-layout-drawer>
-
Hi!
I’m using
v.0.17
and trying to customize the drawer of the Layout. It applies the class in the inspector but not the styles, none.No luck:
<q-layout-drawer side="left" v-model="showLeft" content-class="asideMenu"> <q-list no-border link inset-separator> ... </q-list> </q-layout-drawer> ... <style scoped lang="stylus"> @import "~variables" .asideMenu background #414142 </style>
Any ideas?