Created
February 13, 2018 13:39
-
-
Save danielschmitz/61f95551bb0e42053b46637714dfff52 to your computer and use it in GitHub Desktop.
Adicionando o buefy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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