mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-02 02:51:40 +00:00
Refactored client side with vue cli
This commit is contained in:
14
chameleon-client/src/components/Vision.vue
Normal file
14
chameleon-client/src/components/Vision.vue
Normal 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>
|
||||
Reference in New Issue
Block a user