logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

lists_menu_content.vue (211B)


  1. <template>
  2. <ul>
  3. <NavigationEntry
  4. v-for="item in lists"
  5. :key="item.name"
  6. :show-pin="showPin"
  7. :item="item"
  8. />
  9. </ul>
  10. </template>
  11. <script src="./lists_menu_content.js"></script>