| | |
| | | <childHealth v-if="activeBook.name == 'childHealth'"></childHealth> |
| | | <book v-if="activeBook.name == 'content'"></book> |
| | | <embedded v-if="activeBook.name == 'embedded'"></embedded> |
| | | <english v-if="activeBook.name == 'english'"></english> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import childHealth from "./books/childHealth/view/index.vue"; |
| | | import book from "./books/content/index.vue"; |
| | | import embedded from "./books/embedded/view/index.vue"; |
| | | import english from "./books/English/view/index.vue" |
| | | |
| | | export default { |
| | | name: "App", |
| | |
| | | childHealth, |
| | | book, |
| | | embedded, |
| | | english |
| | | }, |
| | | data() { |
| | | return { |