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