1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-02 03:55:17 +02:00
it-tools/src/routes/About.vue

6 lines
89 B
Vue
Raw Normal View History

2020-04-07 18:06:35 +02:00
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>