Skip to content

Commit e20e21d

Browse files
author
Guillaume Chau
committed
feat(ui): StatusBar 'No logs yet'
1 parent e1dc6e7 commit e20e21d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
v-if="consoleLogLast"
4646
:message="consoleLogLast"
4747
/>
48+
<div v-else class="last-message">No logs yet</div>
4849
<!-- <TerminalView
4950
:cols="100"
5051
:rows="1"
@@ -171,6 +172,6 @@ export default {
171172
flex 100% 1 1
172173
width 0
173174
174-
.last-message
175+
.logger-message
175176
font-size .9em
176177
</style>

0 commit comments

Comments
 (0)