Last active
March 6, 2019 19:32
-
-
Save johnleider/1c2f24c7234c684365f9f261ee8f7b79 to your computer and use it in GitHub Desktop.
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> | |
<v-card | |
class="mb-2" | |
height="300" | |
/> | |
<h2 class="title mb-2"> | |
I'm a text title | |
</h2> | |
<div> | |
Mauris turpis nunc, blandit et, volutpat molestie congue nunc, vitae euismod ligula urna in dolor. | |
</div> | |
</div> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment