src/books/artAndDance/view/components/chapter006.vue
@@ -311,10 +311,16 @@ </ul> </div> </div> <div class="page-box mt-20" page="30"> <div v-if="showPageList.indexOf(30) > -1"> <img class="img-0" alt="" src="../../assets/images/fengdi.png" /> </div> </div> </div> </template> <script> import paint from '@/components/paint/index.vue' export default { name: "chapterSix", props: { @@ -322,6 +328,7 @@ type: Array, }, }, components:{paint} }; </script>