logo

pleroma-fe

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

about.vue (290B)


  1. <template>
  2. <div class="column-inner">
  3. <instance-specific-panel v-if="showInstanceSpecificPanel" />
  4. <staff-panel />
  5. <terms-of-service-panel />
  6. <MRFTransparencyPanel />
  7. <features-panel v-if="showFeaturesPanel" />
  8. </div>
  9. </template>
  10. <script src="./about.js"></script>