src/App.vue
@@ -55,7 +55,7 @@ } else { this.activeBook = await this.config.getBookConfig( // childHealth this.config.resourceCtx + "english" this.config.resourceCtx + "childHealth" ); console.log("ac", this.activeBook); this.config.activeBook = this.activeBook; @@ -103,5 +103,7 @@ .notesline { padding-bottom: 2px; border-bottom: 2px solid; cursor: pointer; } </style>