mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-02-09 08:28:29 -06:00
fix(project manager): make open in editor button more discoverable
This commit is contained in:
@@ -27,6 +27,13 @@
|
||||
</div>
|
||||
|
||||
<div class="actions">
|
||||
<VueButton
|
||||
icon-left="open_in_browser"
|
||||
@click.stop="openInEditor()"
|
||||
>
|
||||
{{ $t('org.vue.components.project-select-list-item.tooltips.open-in-editor') }}
|
||||
</VueButton>
|
||||
|
||||
<VueButton
|
||||
v-if="project.homepage"
|
||||
:href="project.homepage"
|
||||
@@ -37,13 +44,6 @@
|
||||
@click.stop
|
||||
/>
|
||||
|
||||
<VueButton
|
||||
class="icon-button"
|
||||
icon-left="open_in_browser"
|
||||
v-tooltip="$t('org.vue.components.project-select-list-item.tooltips.open-in-editor')"
|
||||
@click.stop="openInEditor()"
|
||||
/>
|
||||
|
||||
<VueButton
|
||||
class="icon-button"
|
||||
icon-left="close"
|
||||
|
||||
Reference in New Issue
Block a user