yandere_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-08 21:21:07 -08:00
<staff-panel />
2019-07-05 00:17:44 -07:00
<terms-of-service-panel />
2019-11-08 22:09:32 -08:00
<MRFTransparencyPanel />
<features-panel v-if="showFeaturesPanel" />
</div>
</template>
<script src="./about.js" ></script>
<style lang="scss">
</style>