mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-25 14:28:15 -05:00
feat(ui): folder explorer: change position of error icon
This commit is contained in:
@@ -63,6 +63,13 @@
|
||||
</template>
|
||||
</ApolloQuery>
|
||||
|
||||
<VueIcon
|
||||
v-if="error"
|
||||
icon="error"
|
||||
class="error-icon big"
|
||||
v-tooltip="error.message"
|
||||
/>
|
||||
|
||||
<VueButton
|
||||
class="icon-button"
|
||||
icon-left="refresh"
|
||||
@@ -102,13 +109,6 @@
|
||||
</div>
|
||||
</VueDropdown>
|
||||
|
||||
<VueIcon
|
||||
v-if="error"
|
||||
icon="error"
|
||||
class="error-icon big"
|
||||
v-tooltip="error.message"
|
||||
/>
|
||||
|
||||
<VueDropdown placement="bottom-end">
|
||||
<VueButton
|
||||
slot="trigger"
|
||||
|
||||
Reference in New Issue
Block a user