<template> <mobile-frame> 商品 </mobile-frame> </template> <script> export default { data() { return {}; }, onShow: function() { }, methods: { } } </script> <style lang="scss"> </style>