<template> <view> <tab-bar></tab-bar> </view> </template> <script> export default { data() { return { } }, methods: { } } </script> <style> </style>