Skip to content

Commit 021419b

Browse files
committedJul 13, 2019
[fix]: added a button in the dashboard page to view CRUD app
- Github Issue: Authored-by: Shubham Bansal <shubhambansal17@hotmail.com> Signed-off-by: Shubham Bansal <shubhambansal17@hotmail.com>
1 parent 35e18dd commit 021419b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎pages/dashboard.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
Welcome, {{ name }}
1919
</v-card-title>
2020
<v-card-text>
21+
<v-btn to="/app">
22+
CRUD app
23+
</v-btn>
2124
<v-btn @click="logOut">
2225
Log out
2326
</v-btn>
24-
</form>
2527
</v-card-text>
2628
</v-card>
2729
</v-flex>

0 commit comments

Comments
 (0)
Please sign in to comment.