Skip to content

Instantly share code, notes, and snippets.

@danielschmitz
Created February 14, 2018 00:18
Show Gist options
  • Save danielschmitz/f0b7677532f5f20eeacf5c6bcf80df13 to your computer and use it in GitHub Desktop.
Save danielschmitz/f0b7677532f5f20eeacf5c6bcf80df13 to your computer and use it in GitHub Desktop.
<b-message :title="title" :closable="false">
<b-tag type="is-warning" v-show="message">{{message}}</b-tag>
<slot></slot>
<hr/>
<button class="button is-primary is-pulled-right" @click="$emit('save')" >Save</button>
<button class="button is-secondary " @click="onClearClick" >Clear</button>
</b-message>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment