mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 13:43:59 +00:00
16 lines
388 B
Vue
16 lines
388 B
Vue
<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>
|