Description
OBB Nightjet Coach Set (2) VI
More Information
SKU
JC71450
Manufacturer
Jagerndorfer
Barcode
9120129443739
Manufacturer Code
71450
Scale/Gauge
1:87 Scale, HO Scale
Product Type
Coach
Continent/Region
Europe
Country
Austria
Operator
OBB
Era
Epoch VI
function initProductSections() {
return {
items: [],
currentOpen: '',
init() {
this.$refs.accordion.style.minHeight = null;
this.items = [...this.$refs.accordion.children];
},
openSectionItem(id) {
this.currentOpen = id;
this.$nextTick(() => {
document.getElementById(this.currentOpen).scrollIntoView({
behavior: "smooth",
block: "nearest",
inline: "nearest"
});
});
},
sectionItemIsOpen(id) {
return this.currentOpen === id
},
}
}
details[data-name] summary { display: flex }