| | |
| | | <template> |
| | | <div class="public-books"> |
| | | <!-- <preface /> --> |
| | | <front001 /> |
| | | <front002 /> |
| | | <front003 /> |
| | | <front004 /> |
| | | <front005 /> |
| | | <front006 /> |
| | | <ChapterOne /> |
| | | <!-- <ChapterTwo /> --> |
| | | <!-- <ChapterThree /> --> |
| | | <!-- <ChapterFour/> --> |
| | | <!-- <ChapterFive /> --> |
| | | <ChapterTwo /> |
| | | <ChapterThree /> |
| | | <ChapterFour /> |
| | | <ChapterFive /> |
| | | <!-- <chapterSix /> --> |
| | | <!-- <chapterSeven /> --> |
| | | <!-- <chapterEight /> --> |
| | | <!-- <chapterNine /> --> |
| | | <!-- <chapterTen /> --> |
| | | <!-- <chapterEleven /> --> |
| | | <!-- <chapterTwelve /> --> |
| | | <!-- <chapterThirteen /> --> |
| | | <!-- <chapter010 /> --> |
| | | <!-- <chapter011 /> --> |
| | | <!-- <chapter012 /> --> |
| | | <!-- <chapter013 /> --> |
| | | <!-- <chapter014 /> --> |
| | | <!-- <chapter015 /> --> |
| | | <!-- <chapter016 /> --> |
| | | <!-- <chapter017 /> --> |
| | | <!-- <topic008 /> --> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import preface from "./view/preface"; |
| | | import front001 from "./view/front001"; |
| | | import front002 from "./view/front002"; |
| | | import front003 from "./view/front003"; |
| | | import front004 from "./view/front004"; |
| | | import front005 from "./view/front005"; |
| | | import front006 from "./view/front006"; |
| | | import ChapterOne from "./view/chapter001"; |
| | | import ChapterTwo from "./view/ChapterTwo"; |
| | | import ChapterThree from "./view/ChapterThree"; |
| | | import ChapterFour from "./view/ChapterFour"; |
| | | import ChapterFive from "./view/ChapterFive"; |
| | | import chapterSeven from "./view/chapter007.vue"; |
| | | import chapterEight from "./view/chapter008.vue"; |
| | | import chapterNine from "./view/chapter009.vue"; |
| | | import chapterTen from "./view/chapter010.vue"; |
| | | import chapterEleven from "./view/chapter011.vue"; |
| | | import chapterTwelve from "./view/chapter012.vue"; |
| | | import chapterThirteen from "./view/chapter013.vue"; |
| | | // import calatag from "./view/back001.vue"; |
| | | |
| | | |
| | | import ChapterTwo from "./view/chapter002"; |
| | | import ChapterThree from "./view/chapter003"; |
| | | import ChapterFour from "./view/chapter004"; |
| | | import ChapterFive from "./view/chapter005"; |
| | | import chapterSix from "./view/chapter006"; |
| | | import chapterSeven from "./view/chapter007"; |
| | | import chapterEight from "./view/chapter008"; |
| | | import chapterNine from "./view/chapter009"; |
| | | import chapter010 from "./view/chapter010"; |
| | | import chapter011 from "./view/chapter011"; |
| | | import chapter012 from "./view/chapter012"; |
| | | import chapter013 from "./view/chapter013"; |
| | | import chapter014 from "./view/chapter014"; |
| | | import chapter015 from "./view/chapter015"; |
| | | import chapter016 from "./view/chapter016"; |
| | | import chapter017 from "./view/chapter017"; |
| | | |
| | | export default { |
| | | name: "temp-book", |
| | | components: { |
| | | preface, |
| | | front001, |
| | | front002, |
| | | front003, |
| | | front004, |
| | | front005, |
| | | front006, |
| | | ChapterOne, |
| | | ChapterTwo, |
| | | ChapterThree, |
| | | ChapterFour, |
| | | ChapterFive, |
| | | chapterSix, |
| | | chapterSeven, |
| | | chapterEight, |
| | | chapterNine, |
| | | chapterTen, |
| | | chapterEleven, |
| | | chapterTwelve, |
| | | chapterThirteen, |
| | | chapter010, |
| | | chapter011, |
| | | chapter012, |
| | | chapter013, |
| | | chapter014, |
| | | chapter015, |
| | | chapter016, |
| | | chapter017, |
| | | }, |
| | | methods: {}, |
| | | }; |
| | | </script> |
| | | |
| | | <style lang="less"> |
| | | @import "./css/default.less"; |
| | | @import './css/default.less'; |
| | | </style> |