This commit is contained in:
syuilo 2020-02-08 15:11:12 +09:00
parent 2389857be8
commit 860a7d1eeb
7 changed files with 350 additions and 12 deletions

View file

@ -409,6 +409,11 @@ export default Vue.extend({
text: this.$t('lists'),
to: '/my/lists',
icon: faListUl,
}, {
type: 'link',
text: this.$t('groups'),
to: '/my/groups',
icon: faUsers,
}, {
type: 'link',
text: this.$t('antennas'),