| 12345678910111213141516171819202122232425262728 |
- <template>
- <view class="">
- <Nav title="首页"></Nav>
- 首页21312
- </view>
- </template>
- <script>
- export default {
- components: {
- },
- data() {
- return {
- }
- },
- mounted() {
- },
- methods: {
- },
- }
- </script>
- <style lang="scss" scoped></style>
|