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

13 lines
234 B
Vue
Raw Normal View History

<template>
<div class="sidebar">
2019-07-05 09:17:44 +02:00
<instance-specific-panel />
<features-panel v-if="showFeaturesPanel" />
<terms-of-service-panel />
</div>
</template>
<script src="./about.js" ></script>
<style lang="scss">
</style>