+
+
+
+ changeIndex(i,currentDict)"
+ :isActive="settingStore.showPanel && tabIndex === 0"
+ :list="currentData.list"
+ :activeIndex="currentData.index"/>
+
+
+
+
+
+
+ changeIndex(i,store.collect)"
+ :isActive="settingStore.showPanel && tabIndex === 1"
+ :list="newData.list"
+ :activeIndex="newData.index"/>
+
+
+
+
+
+
+ changeIndex(i,store.wrong)"
+ :isActive="settingStore.showPanel && tabIndex === 2"
+ :list="wrongData.list"
+ :activeIndex="wrongData.index"/>
+
+
+
+
+
+
+ changeIndex(i,store.skip)"
+ :isActive="settingStore.showPanel && tabIndex === 3"
+ :list="skipData.list"
+ :activeIndex="skipData.index"/>
+
+
+
+