We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
Learn more about funding links in repositories.
Report abuse
1 parent 3479f21 commit dac7a4bCopy full SHA for dac7a4b
packages/@vue/cli-ui/src/components/project-manager/ProjectSelectListItem.vue
@@ -27,6 +27,13 @@
27
</div>
28
29
<div class="actions">
30
+ <VueButton
31
+ icon-left="open_in_browser"
32
+ @click.stop="openInEditor()"
33
+ >
34
+ {{ $t('org.vue.components.project-select-list-item.tooltips.open-in-editor') }}
35
+ </VueButton>
36
+
37
<VueButton
38
v-if="project.homepage"
39
:href="project.homepage"
@@ -37,13 +44,6 @@
44
@click.stop
45
/>
46
40
- <VueButton
41
- class="icon-button"
42
- icon-left="open_in_browser"
43
- v-tooltip="$t('org.vue.components.project-select-list-item.tooltips.open-in-editor')"
- @click.stop="openInEditor()"
- />
-
47
48
class="icon-button"
49
icon-left="close"
0 commit comments