Add instance information page for mobile
This commit is contained in:
parent
2184334ad9
commit
a60fc390a0
7 changed files with 60 additions and 0 deletions
12
src/components/about/about.vue
Normal file
12
src/components/about/about.vue
Normal file
|
@ -0,0 +1,12 @@
|
|||
<template>
|
||||
<div class="sidebar">
|
||||
<instance-specific-panel></instance-specific-panel>
|
||||
<features-panel></features-panel>
|
||||
<terms-of-service-panel></terms-of-service-panel>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script src="./about.js" ></script>
|
||||
|
||||
<style lang="scss">
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue