<template> <div> 我是我的申请 </div> </template> <script> export default { data() { return {}; }, }; </script> <style lang="less" scoped> </style>