<template> <text> {{ $t('me') }} </text> </template> <script> export default { data() { return { }; }, name: 'tabbar-mine', computed: { }, props: { }, methods: { } } </script> <style> </style>