|
|
@@ -387,6 +387,7 @@ const userForm = reactive({ email: "", password: "", first_name: "", last_name:
|
|
|
const orderForm = reactive({ total_price: 0, material_name: "", color_name: "", quantity: 1, first_name: "", last_name: "", email: "", phone: "", shipping_address: "", notes: "", review_text: "", rating: 0 });
|