优化添加组件及页面
This commit is contained in:
@ -6,6 +6,11 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup name="RechargeBtn">
|
||||
/**
|
||||
* RechargeBtn 充值按钮
|
||||
* @description 用于展示对应页面按钮
|
||||
*/
|
||||
|
||||
defineProps({
|
||||
name: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user