v-dialog(lazy, absolute, width='700', v-model='show')
v-btn(icon, flat, slot='activator')
v-icon fiber_new
v-card#logs
v-card-title
span.headline What's new in this version?
v-spacer
v-btn.blue--text.darken-1(flat, @click="close()") Close
v-divider
v-card-text
vue-markdown(:anchorAttributes="{target: '_blank'}") {{ logs }}
v-card-actions
v-spacer
v-btn.blue--text.darken-1(flat, @click="close()") Close