This commit is contained in:
李志鹏
2026-05-19 10:36:47 +08:00
parent bcaeda6217
commit 9eeb29da31
5 changed files with 39 additions and 10 deletions

View File

@@ -1,8 +1,6 @@
<template>
<div class="orders">
<tip-box>
<router-link class="link" to="/">Browse products</router-link>
</tip-box>
<tip-box type="warning" title="No order has been made yet." />
</div>
</template>
<script setup lang="ts">