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 c265aa6 commit 52de1f2Copy full SHA for 52de1f2
src/views/Home.vue
@@ -1,12 +1,18 @@
1
<template>
2
- <div class="max-w-sm p-5 m-auto">
3
- <article class="text-lg text-center">
+ <div class="max-w-lg p-5 m-auto">
+ <article class="p-5 text-lg text-center bg-white border rouned">
4
<p>Welcome to the Laravel Vue Demo app.</p>
5
<p>
6
You can register for an account
7
<router-link to="/register" class="text-blue-500">here</router-link>.
8
</p>
9
</article>
10
+ <article class="p-5 mt-5 text-lg text-center bg-white border rouned">
11
+ Docs on how this application is built can be found at:
12
+ <a href="https://laravelvuespa.com/" class="base-link"
13
+ >laravelvuespa.com</a
14
+ >
15
+ </article>
16
</div>
17
</template>
18
0 commit comments