Files
PhotonVision/New client/chameleon-client/src/views/CameraViewes/InputTab.vue

18 lines
231 B
Vue
Raw Normal View History

2019-09-22 00:14:12 +03:00
<template>
<span>aaaaaaaaaaad</span>
</template>
<script>
export default {
name: 'Input',
data() {
return {
}
}
}
</script>
<style scoped>
</style>