Buefy 导航栏组件忽略了mobile-burger
道具值。
根据文档https://buefy.org/documentation/navbar/,如果此道具为假,则不应在手机上显示导航栏汉堡。但看起来实际上并非如此。
<b-navbar mobile-burger="false">
<template slot="brand">
<b-navbar-item href="/">
<div class="logo-text" data-text="logo">logo</div>
</b-navbar-item>
</template>
</b-navbar>
我预计如果我设置 mobile-burger="false" 那么汉堡将不会显示在手机上。但我没有看到任何变化。
有人知道怎么修这个东西吗 ?