initial project setup

This commit is contained in:
ori agranat
2019-09-20 09:59:16 +03:00
parent afb7872eb6
commit 79a45f298f
18 changed files with 11965 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>

View File

@@ -0,0 +1,12 @@
<template>
<h4>te</h4>
</template>
<script>
export default {
components: {
},
};
</script>