We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2664c8e commit fc02584Copy full SHA for fc02584
client/src/app/dashboard/main.vue
@@ -7,8 +7,15 @@
7
8
<template>
9
<div>
10
- <blockquote>
11
- A highly opinionated Single Page Application starter kit built on top of Vue.js and Laravel.
12
- </blockquote>
+ <div class="text-center">
+ <img class="cover" src="http://vedovelli.com.br/spas.png" alt="Codecasts Single Page Application starter kit">
+ <h4>A highly opinionated Single Page Application starter kit built on top of Vue.js and Laravel.</h4>
13
+ </div>
14
</div>
15
</template>
16
+
17
+<style scoped>
18
+ .cover {
19
+ max-width: 800px;
20
+ }
21
+</style>
0 commit comments