| 12345678910111213141516171819202122 |
- <template>
- <view class="flex-common-css ">
- <Nav ></Nav>
- <view class="recommended-content">
-
- </view>
- </view>
- </template>
- <script>
- export default {
- components: {},
- data() {
- return {};
- },
- mounted() {},
- methods: {},
- }
- </script>
- <style lang="scss" scoped>
- </style>
|