【发布时间】:2020-06-10 06:51:06
【问题描述】:
有人可以根据用户设备帮助我永久设置抽屉菜单吗? 本来想用vuetify网格系统看看自己是lg还是md还是sm,但是不知道怎么做。
这是我的抽屉菜单代码:
<v-navigation-drawer
@input="updateDrawer"
:hide-overlay="true"
:mini-variant="true"
:expand-on-hover="true"
:touchless="true"
:disable-resize-watcher="false"
style="min-width: 100px!important;"
v-model="d"
//here set this: :permanent="!isMobile"
app
clipped
>
...
</v-navigation-drawer>
谢谢。
【问题讨论】:
标签: vue.js vuetify.js