pleroma-fe/src/components/lists_menu/lists_menu_content.vue

8 lines
177 B
Vue
Raw Normal View History

2022-08-06 16:26:43 +02:00
<template>
2022-08-11 20:00:27 +02:00
<ul>
<NavigationEntry v-for="item in lists" :key="item.name" :show-pin="showPin" :item="item" />
</ul>
2022-08-06 16:26:43 +02:00
</template>
<script src="./lists_menu_content.js"></script>