index.vue 206 B

12345678910111213141516171819
  1. <template>
  2. <mobile-frame>
  3. 首页
  4. </mobile-frame>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {};
  10. },
  11. onShow: function() {},
  12. methods: {}
  13. }
  14. </script>
  15. <style lang="scss">
  16. </style>