From b83dfcd4b8c31b2ba07770157d5ef0aba828e72d Mon Sep 17 00:00:00 2001 From: user1 <10901603+no-distractions1@user.noreply.gitee.com> Date: 星期四, 13 六月 2024 11:56:44 +0800 Subject: [PATCH] drama优化 --- src/App.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index 152c8da..a5e51a6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,6 +9,7 @@ ></sportsAndHealth> <artAndDance v-if="activeBook.name == 'artAndDance'"></artAndDance> <artAndDrama v-if="activeBook.name == 'artAndDrama'"></artAndDrama> + <mathBook v-if="activeBook.name == 'math'"></mathBook> </div> </template> @@ -19,8 +20,8 @@ import english from "./books/English/view/index.vue"; import sportsAndHealth from "./books/sportsAndHealth/view/index"; import artAndDance from './books/artAndDance/view/index.vue' +import mathBook from './books/math/view/index.vue' import artAndDrama from './books/artAndDrama/view/index.vue' - export default { name: "App", components: { @@ -30,6 +31,7 @@ english, sportsAndHealth, artAndDance, + mathBook, artAndDrama }, data() { @@ -76,6 +78,7 @@ // english // artAndDance // artAndDrama + // math this.config.resourceCtx + "artAndDrama" ); // 娴嬭瘯璇曡30椤� -- Gitblit v1.9.1