<script setup lang="ts"> import CommonDetail from './CommonDetail.vue'; </script> <template> <CommonDetail /> </template>