mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
18 lines
224 B
Vue
18 lines
224 B
Vue
<template>
|
|
<h4>Camera</h4>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: '',
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style lang="" scoped>
|
|
|
|
</style> |