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

15 lines
321 B
Vue
Raw Normal View History

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