Browse Source

mall-order

lifanagju_citu 5 tháng trước cách đây
mục cha
commit
d0a4ec0bd4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/mall/order/index.vue

+ 1 - 1
src/views/mall/order/index.vue

@@ -12,7 +12,7 @@
 </template>
 
 <script setup>
-defineOptions({name: 'mall-user-order'})
+defineOptions({name: 'mall-order'})
 import order from '@/views/mall/user/order'
 import Navbar from '@/views/mall/components/navbar.vue'
 </script>