updates from session

This commit is contained in:
ori agranat
2019-03-29 18:20:40 +03:00
parent b86af0abea
commit 5dfb468831
7 changed files with 38 additions and 36 deletions

View File

@@ -15,13 +15,13 @@
export default {
name: 'ch-select',
props:{
title:'',
list:[],
Xkey:''
title: String,
list: Array,
Xkey: String
},
data() {
return {
value
}
},
methods: {