| | |
| | | |
| | | <script> |
| | | import examinations from "@/components/examinations/index.vue"; |
| | | import evenHeaderVue from '../../components/pageHeader/evenHeader.vue'; |
| | | import oddHeaderVue from '../../components/pageHeader/oddHeader.vue'; |
| | | import getResourcePath from '@/assets/methods/resources' |
| | | import getQuestionData from '@/assets/methods/examination' |
| | | import testData from '../../../assets/examinationList' |
| | | export default { |
| | | name: "chapter-one", |
| | | components: { examinations,evenHeaderVue,oddHeaderVue }, |
| | | components: { examinations }, |
| | | props: {}, |
| | | data() { |
| | | return { |