mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-28 02:11:40 +00:00
added routes and hidden header when not needed
This commit is contained in:
18
chameleon-client/src/components/SystemTab.vue
Normal file
18
chameleon-client/src/components/SystemTab.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<h4>system</h4>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: '',
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="" scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user