You need to sign in or sign up before continuing.
Newer
Older
<q-item-label>{{user.name}}</q-item-label>
<q-item-label caption>{{user.email}}</q-item-label>
</q-item-section>
<q-item-section side>
<q-btn round dense flat to="/account/edit">
<q-icon name="fas fa-edit" size="18px" class="q-pa-sm text-grey-4" />
<q-item-label caption>{{user.bio || "No bio yet. Click to add one."}}</q-item-label>
</q-item>
<!-- <q-item clickable to="/account">
<q-item-section avatar>
</q-item-section>
<q-item-section>
<q-item-label>Dashboard</q-item-label>
</q-item-section>
</q-item>-->
<q-item clickable to="/account/projects">
<q-item-section avatar>
</q-item-section>
<q-item-section>
<q-item-label>Projects</q-item-label>
</q-item-section>
</q-item>
<q-item clickable to="/account/collections">
<q-item-section avatar>
</q-item-section>
<q-item-section>
<q-item-label>Collections</q-item-label>
</q-item-section>
</q-item>
<q-item clickable to="/account/bookmarks">
<q-item-section avatar>
</q-item-section>
<q-item-section>
<q-item-label>Bookmarks</q-item-label>
</q-item-section>
</q-item>
</q-list>
</template>
<script>
export default {
// name: 'ComponentName',