Skip to content

Commit d62ad77

Browse files
author
Guillaume Chau
committed
feat(ui): folder explorer: change position of error icon
1 parent e261ddb commit d62ad77

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/@vue/cli-ui/src/components/FolderExplorer.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@
6363
</template>
6464
</ApolloQuery>
6565

66+
<VueIcon
67+
v-if="error"
68+
icon="error"
69+
class="error-icon big"
70+
v-tooltip="error.message"
71+
/>
72+
6673
<VueButton
6774
class="icon-button"
6875
icon-left="refresh"
@@ -102,13 +109,6 @@
102109
</div>
103110
</VueDropdown>
104111

105-
<VueIcon
106-
v-if="error"
107-
icon="error"
108-
class="error-icon big"
109-
v-tooltip="error.message"
110-
/>
111-
112112
<VueDropdown placement="bottom-end">
113113
<VueButton
114114
slot="trigger"

0 commit comments

Comments
 (0)