src/books/lifeCare/view/chapter009.vue
@@ -1,7 +1,7 @@ <template> <div class="chapter" num="10"> <div class="page-box" page="147"> <div v-if="showPageList.indexOf(147) > -1"> <div class="page-box" page="151"> <div v-if="showPageList.indexOf(151) > -1"> <div class="bodystyle"> <template> <p class="center"> @@ -16,11 +16,10 @@ <script> export default { name: 'chapter009', name: 'chapter-009', props: { showPageList: { type: Array, default: [], }, questionData: { type: Object,