mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-26 01:51:40 +00:00
updates from session
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
export default {
|
||||
name: 'ch-select',
|
||||
props:{
|
||||
title:'',
|
||||
list:[],
|
||||
Xkey:''
|
||||
title: String,
|
||||
list: Array,
|
||||
Xkey: String
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
value
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user