market.vue 214 B

1234567891011121314151617181920212223
  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. },
  13. methods: {
  14. }
  15. }
  16. </script>
  17. <style lang="scss">
  18. </style>