From 8f515ba02042ffc1a83362748bedb2ede9164703 Mon Sep 17 00:00:00 2001
From: wangxiaowei <1121133807@qq.com>
Date: Tue, 19 Aug 2025 17:17:46 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=87=91=E9=A2=9D=E6=A0=BC?=
=?UTF-8?q?=E5=BC=8F=E5=8C=96=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/price-format.vue | 80 +++++++++++++++++++++++++++++++++
1 file changed, 80 insertions(+)
create mode 100644 src/components/price-format.vue
diff --git a/src/components/price-format.vue b/src/components/price-format.vue
new file mode 100644
index 0000000..7c0278a
--- /dev/null
+++ b/src/components/price-format.vue
@@ -0,0 +1,80 @@
+
+
+ ¥
+ {{priceSlice.first}}
+ .{{priceSlice.second}}
+
+
+
+
+
+
\ No newline at end of file