We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304b78c commit 9e171e5Copy full SHA for 9e171e5
1 file changed
src/pages/Start.vue
@@ -1,12 +1,23 @@
1
<template>
2
<div class="window-height window-width row justify-center items-center">
3
- <q-card dark bordered class="bg-grey-9 my-card">
+ <q-card
4
+ dark
5
+ bordered
6
+ class="bg-grey-9 my-card"
7
+ >
8
<q-card-section>
- <div class="text-h6">Start Page</div>
- <div class="text-subtitle2">by John Doe</div>
9
+ <div class="text-h6">
10
+ Start Page
11
+ </div>
12
+ <div class="text-subtitle2">
13
+ by John Doe
14
15
</q-card-section>
16
- <q-separator dark inset />
17
+ <q-separator
18
19
+ inset
20
+ />
21
22
23
<p
0 commit comments