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

13 lines
267 B
Vue
Raw Normal View History

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