Vue.component("station", {
template: "#station",
props: {
input: "",
station: {},
folders: {},
tagsdata: {},
tagshead: {}
},
computed: {
getTableClass: function() {
return "table_station_" + this.station._id;
}
},
data: function() {
return {
search_value: ''
};
}
});
data: function() {
return {
search_value: ''
};
}