| 12345678910111213141516171819202122232425262728 |
- <template>
- <view>
- <index></index>
- </view>
- </template>
- <script>
- export default {
- components: {},
- props: {},
- data() {
- return {
- }
- },
- onLoad(options) {
- },
- onShow() {
-
- },
- methods: {
-
- },
- }
- </script>
- <style>
- </style>
|