inspire.vue
388 Bytes
<template>
<v-layout>
<v-flex text-xs-center>
<img src="/v.png" alt="Vuetify.js" class="mb-5">
<blockquote class="blockquote">
“First, solve the problem. Then, write the code.”
<footer>
<small>
<em>—John Johnson</em>
</small>
</footer>
</blockquote>
</v-flex>
</v-layout>
</template>