mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-03 03:01:40 +00:00
Add back commented out file upload code :bolb:
This commit is contained in:
@@ -4,6 +4,12 @@
|
|||||||
<v-col :cols="6">
|
<v-col :cols="6">
|
||||||
<CVswitch :disabled="allow3D" v-model="value.is3D" name="Enable 3D" @input="handleData('is3D')"/>
|
<CVswitch :disabled="allow3D" v-model="value.is3D" name="Enable 3D" @input="handleData('is3D')"/>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
<!-- <v-col>-->
|
||||||
|
<!-- <input type="file" ref="file" style="display: none" accept=".csv" @change="readFile">-->
|
||||||
|
<!-- <v-btn @click="$refs.file.click()" small>-->
|
||||||
|
<!-- upload model-->
|
||||||
|
<!-- </v-btn>-->
|
||||||
|
<!-- </v-col>-->
|
||||||
</v-row>
|
</v-row>
|
||||||
<mini-map class="miniMapClass" :targets="targets" :horizontal-f-o-v="horizontalFOV"/>
|
<mini-map class="miniMapClass" :targets="targets" :horizontal-f-o-v="horizontalFOV"/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user