Refactored client side with vue cli

This commit is contained in:
ori agranat
2019-03-10 22:29:29 +02:00
parent 1444234398
commit 9ba9228b32
1620 changed files with 11875 additions and 135430 deletions

View File

@@ -0,0 +1,14 @@
<template>
<div id="vision">
<nav class="nav">
<router-link to="/input"><a>Input</a></router-link>
</nav>
<router-view></router-view>
</div>
</template>
<script>
export default {
name: 'Vision'
}
</script>