mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-02 02:51:40 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<span v-if="!isCollapsed">Vision</span>
|
||||
</template>
|
||||
<MenuItem name="/vision/input" to="/vision/input">Input</MenuItem>
|
||||
<MenuItem name="/vision/3d" to="/vision/3d">Threshold</MenuItem>
|
||||
<MenuItem name="/vision/threshold" to="/vision/threshold">Threshold</MenuItem>
|
||||
</Submenu>
|
||||
<Submenu name="/settings">
|
||||
<template slot="title">
|
||||
@@ -96,7 +96,7 @@
|
||||
}
|
||||
},
|
||||
created () {
|
||||
// this.$options.sockets.onmessage = (data) => console.log(data.data); // console writes recived data
|
||||
this.$options.sockets.onmessage = (data) => console.log(data.data); // console writes recived data
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user