Skip to content
Snippets Groups Projects

Resolve "More extensible person and group detail page"

Merged Julian requested to merge 1109-more-extensible-person-and-group-detail-page into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
<template>
<v-chip v-bind="$attrs" v-on="$listeners">
<v-avatar :left="!onlyShowCount" v-if="count !== null">
{{ count }}
{{ $n(count) }}
</v-avatar>
<slot v-if="!onlyShowCount" />
</v-chip>
Loading