Skip to content

Instantly share code, notes, and snippets.

@danielschmitz
Created February 13, 2018 13:39
Show Gist options
  • Save danielschmitz/61f95551bb0e42053b46637714dfff52 to your computer and use it in GitHub Desktop.
Save danielschmitz/61f95551bb0e42053b46637714dfff52 to your computer and use it in GitHub Desktop.
Adicionando o buefy
<template>
<div>
<b-message title="Default">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id fermentum quam. Proin sagittis, nibh id hendrerit imperdiet,
elit sapien laoreet elit
</b-message>
</div>
</template>
<script>
export default {
name: 'FormBox',
data () {
return {
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment