| 1234567891011121314151617 |
- <template>
- <view>
- <artical-deatil></artical-deatil>
- </view>
- </template>
- <script>
- import ArticalDeatil from "../../components/artical-deatil/index";
- export default {
- components: {
- ArticalDeatil,
- },
- };
- </script>
- <style lang="scss" scoped>
- </style>
|