Newer
Older
testLinkTool / src / views / AboutView.vue
dutingting on 29 Dec 2022 89 bytes init
<template>
  <div class="about">
    <h1>This is an about page</h1>
  </div>
</template>