Newer
Older
newBaseFront / src / views / About.vue
StephanieGitHub on 12 Aug 2021 89 bytes init
<template>
  <div class="about">
    <h1>This is an about page</h1>
  </div>
</template>