mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-01 02:41:42 +00:00
Added some sliders
This commit is contained in:
@@ -15,3 +15,13 @@
|
||||
|
||||
// document.getElementById(index).style.display = "block";
|
||||
// }
|
||||
|
||||
let inputTab = new Vue({
|
||||
el: "#input-tab",
|
||||
data: {
|
||||
sliders: [
|
||||
{ value: 25 },
|
||||
{ value: 30 }
|
||||
]
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user