Skip to content

Commit

Permalink
feat(ui): StatusBar 'No logs yet'
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Mar 9, 2018
1 parent e1dc6e7 commit e20e21d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@vue/cli-ui/src/components/StatusBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
v-if="consoleLogLast"
:message="consoleLogLast"
/>
<div v-else class="last-message">No logs yet</div>
<!-- <TerminalView
:cols="100"
:rows="1"
Expand Down Expand Up @@ -171,6 +172,6 @@ export default {
flex 100% 1 1
width 0
.last-message
.logger-message
font-size .9em
</style>

0 comments on commit e20e21d

Please sign in to comment.