Commit f6645b32 authored by Mac's avatar Mac

1

parent f4b02226
......@@ -29,6 +29,7 @@
<!-- 网课列表 -->
<rgoods v-if="subItem.Id == 'educationCustom'" :goods="subItem.data"></rgoods>
<matchmaking v-if="subItem.Id == 'miaiuser'" :navs="subItem.data"></matchmaking>
<pagetitle v-if="subItem.Id == 'link'" :ts="subItem.data" ></pagetitle>
</template>
</template>
</template>
......@@ -68,13 +69,15 @@
import rubik from "@/components/rubik/index";
import rgoods from "@/components/study/index.vue";
import matchmaking from "@/components/matchmaking/index";
import pagetitle from "@/components/pagetitle/index";
export default {
components: {
cats,
activity,
rubik,
rgoods,
matchmaking
matchmaking,
pagetitle
},
props: ["navs"],
data() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment