1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19<template> <markdown-content> <page0 class="content index"/> </markdown-content> </template> <script> import MarkdownContent from '~/components/MarkdownContent.vue' import Page0 from '~/content/order/index.vue' export default { components: { MarkdownContent, Page0 } } </script>