We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72db783 commit 43b900bCopy full SHA for 43b900b
Vol.Vue/src/components/basic/ViewGrid.vue
@@ -124,6 +124,7 @@
124
</Button>
125
<DropdownMenu slot="list">
126
<DropdownItem :name="item.name"
127
+ v-show="!item.hidden"
128
v-for="(item,dIndex) in buttons.slice(maxBtnLength,buttons.length)"
129
:key="dIndex">
130
<Icon :type="item.icon"></Icon>
开发版dev/Vue.NetCore/Vol.Vue/src/components/basic/ViewGrid.vue
0 commit comments