Skip to content

Commit

Permalink
Add dashboard card
Browse files Browse the repository at this point in the history
  • Loading branch information
cretueusebiu committed Jan 17, 2017
1 parent 47ff633 commit 58b4728
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion resources/assets/js/pages/home.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<template>
<h1>Home</h1>
<div class="row">
<div class="col-md-8 offset-md-2">
<div class="card">
<div class="card-header">Dashboard</div>
<div class="card-block">
You are logged in!
</div>
</div>
</div>
</div>
</template>

<script>
Expand Down

0 comments on commit 58b4728

Please sign in to comment.