|
@@ -12,8 +12,7 @@
|
|
|
</swiper-item>
|
|
|
<swiper-item>
|
|
|
<view class="swiper-item uni-bg-blue">
|
|
|
- 读
|
|
|
- <hr />{{activeWord}}
|
|
|
+ <readContent :active-word="activeWord" :pageData="pageData" :active-words="activeWords"></readContent>
|
|
|
</view>
|
|
|
</swiper-item>
|
|
|
<swiper-item>
|
|
@@ -34,6 +33,7 @@
|
|
|
import selectPageVue from './selectPage.vue';
|
|
|
import beiPageVue from './beiPage.vue';
|
|
|
import learnContent from './learnContent.vue';
|
|
|
+ import readContent from './readContent.vue';
|
|
|
const props = defineProps({
|
|
|
activeWord: {
|
|
|
type: Object,
|