1 2 3 4 5 6 7 8 9 10 11
<template> <div class="column-inner"> <instance-specific-panel v-if="showInstanceSpecificPanel" /> <staff-panel /> <terms-of-service-panel /> <MRFTransparencyPanel /> <features-panel v-if="showFeaturesPanel" /> </div> </template> <script src="./about.js"></script>