inspire.vue 416 B

12345678910111213141516171819
  1. <template>
  2. <v-row>
  3. <v-col class="text-center">
  4. <img
  5. src="/v.png"
  6. alt="Vuetify.js"
  7. class="mb-5"
  8. >
  9. <blockquote class="blockquote">
  10. &#8220;First, solve the problem. Then, write the code.&#8221;
  11. <footer>
  12. <small>
  13. <em>&mdash;John Johnson</em>
  14. </small>
  15. </footer>
  16. </blockquote>
  17. </v-col>
  18. </v-row>
  19. </template>