mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-30 02:31:40 +00:00
added new component
This commit is contained in:
@@ -1,14 +1,20 @@
|
||||
<template>
|
||||
<h4>system</h4>
|
||||
<div id="SystemTab">
|
||||
<chInputNumber title="Enter Team Number"></chInputNumber>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import chInputNumber from './ch-inputNumber.vue'
|
||||
export default {
|
||||
name: '',
|
||||
name: 'SystemTab',
|
||||
data() {
|
||||
return {
|
||||
|
||||
value
|
||||
}
|
||||
},
|
||||
components:{
|
||||
chInputNumber
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user