mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -04:00
11 lines
459 B
Vue
11 lines
459 B
Vue
<template>
|
|
<Submenu
|
|
:links="[
|
|
{ header: 'nouns.neuterNouns.header', icon: 'deer', name: 'nouns-pl-neutratywy' },
|
|
{ header: 'nouns.dukajNouns.header', icon: 'ghost', name: 'nouns-pl-dukatywy' },
|
|
{ header: 'nouns.personNouns.header', icon: 'user-friends', name: 'nouns-pl-osobatywy' },
|
|
{ header: 'nouns.xNouns.header', icon: 'comment-times', name: 'nouns-pl-iksatywy' },
|
|
]"
|
|
/>
|
|
</template>
|