Feature: Add user-board view

This commit is contained in:
winkidney
2019-12-02 23:30:16 +08:00
committed by Isaac Bythewood
parent c59fa32f1f
commit e039ef7142
7 changed files with 281 additions and 1 deletions

View File

@@ -31,7 +31,7 @@
</a>
<div class="navbar-dropdown">
<router-link
to="/boards"
:to="{ name: 'boards4user', params: {username: user.meta.username} }"
class="navbar-item">
Boards
</router-link>