This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2020-11-16 13:22:04 -08:00
|
|
|
<template>
|
2021-08-30 02:36:57 -07:00
|
|
|
<Submenu :links="[
|
|
|
|
{name: 'nouns.neuterNouns.header', icon: 'deer', route: 'neutratywy'},
|
|
|
|
{name: 'nouns.dukajNouns.header', icon: 'ghost', route: 'dukatywy'},
|
|
|
|
{name: 'nouns.personNouns.header', icon: 'user-friends', route: 'osobatywy'},
|
|
|
|
{name: 'nouns.xNouns.header', icon: 'comment-times', route: 'iksatywy'},
|
|
|
|
]"/>
|
2020-11-16 13:22:04 -08:00
|
|
|
</template>
|