2019-01-07 17:26:47 +00:00
|
|
|
<template>
|
|
|
|
<div class="sidebar">
|
|
|
|
<instance-specific-panel></instance-specific-panel>
|
2019-02-05 14:12:14 +00:00
|
|
|
<features-panel v-if="showFeaturesPanel"></features-panel>
|
2019-01-07 17:26:47 +00:00
|
|
|
<terms-of-service-panel></terms-of-service-panel>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script src="./about.js" ></script>
|
|
|
|
|
|
|
|
<style lang="scss">
|
|
|
|
</style>
|