mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-25 16:48:56 -06:00
fix(ui): ProjectNavMore wide
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
<VueButton
|
||||
slot="trigger"
|
||||
icon-left="more_horiz"
|
||||
class="icon-button big flat"
|
||||
class="big flat"
|
||||
:class="{
|
||||
'icon-button': !$responsive.wide
|
||||
}"
|
||||
>
|
||||
<span v-if="$responsive.wide" class="label">{{ $t('components.project-nav.tooltips.more') }}</span>
|
||||
</VueButton>
|
||||
|
||||
Reference in New Issue
Block a user