pleroma-fe/src/components/about/about.vue

12 lines
290 B
Vue
Raw Permalink Normal View History

<template>
<div class="column-inner">
<instance-specific-panel v-if="showInstanceSpecificPanel" />
2019-11-09 06:21:07 +01:00
<staff-panel />
2019-07-05 09:17:44 +02:00
<terms-of-service-panel />
2019-11-09 07:09:32 +01:00
<MRFTransparencyPanel />
<features-panel v-if="showFeaturesPanel" />
</div>
</template>
2022-07-31 11:35:48 +02:00
<script src="./about.js"></script>