<template> <view> <text>秦厚玉</text> </view> </template> <script> export default { data() { return { }; }, mount() { }, methods: { } } </script> <style scoped> </style>