akkoma-fe/src/components/about/about.vue
2019-04-10 21:48:42 +03:00

12 lines
296 B
Vue

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