Install page

This commit is contained in:
advplyr 2021-09-26 11:45:07 -05:00
parent 2aaebe5bbb
commit eda9a02428
12 changed files with 551 additions and 37 deletions

16
pages/docs.vue Normal file
View file

@ -0,0 +1,16 @@
<template>
<div class="w-full h-full max-w-5xl mx-auto px-2">
<p>Not done yet..</p>
</div>
</template>
<script>
export default {
data() {
return {}
},
computed: {},
methods: {},
mounted() {}
}
</script>