<template> <Package :showTitle="false" :type="1"></Package> </template> <script setup> defineOptions({ name: 'myAccount-package'}) import Package from '@/views/mall/purchasePackage' </script> <style scoped lang="scss"> </style>