lifanagju_citu hace 5 meses
padre
commit
d0a4ec0bd4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>