Set up my connection
@if (activeIndex === 0) { } @if (activeIndex && activeIndex > 0) { }
@if (activeIndex && activeIndex >= 1) {
@if (activeIndex === 1) { } @else { }
}
@if (activeIndex && activeIndex >= 2) {
@if (activeIndex === 2) { } @else { }
}
@if (activeIndex && activeIndex >= 3) {
@if (activeIndex === 3) { }
}
Erase all settings