pleroma-fe/src/components/about/about.vue
2019-07-05 10:17:44 +03:00

13 lines
234 B
Vue

<template>
<div class="sidebar">
<instance-specific-panel />
<features-panel v-if="showFeaturesPanel" />
<terms-of-service-panel />
</div>
</template>
<script src="./about.js" ></script>
<style lang="scss">
</style>