From 9143a8f035a729e9e7f03b92ce84ec0b81b9efb4 Mon Sep 17 00:00:00 2001 From: xiaobinxiaoxiong <1511438129@qq.com> Date: Fri, 15 Sep 2023 00:42:48 +0000 Subject: [PATCH] =?UTF-8?q?update=20rabbit-shop/address.md.=20=E5=A4=8D?= =?UTF-8?q?=E7=94=A8=E5=9C=B0=E5=9D=80=E7=B1=BB=E5=9E=8B=E5=BC=95=E5=85=A5?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF=EF=BC=8C=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E6=98=AF=20'./address'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiaobinxiaoxiong <1511438129@qq.com> --- rabbit-shop/address.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rabbit-shop/address.md b/rabbit-shop/address.md index b7ed712..c9a3239 100644 --- a/rabbit-shop/address.md +++ b/rabbit-shop/address.md @@ -560,7 +560,7 @@ export type AddressItem = { 复用地址类型:`src/types/goods.d.ts` ```diff -+ import type { AddressItem } from './global' ++ import type { AddressItem } from './address' - /** 地址信息 */ - export type AddressItem = { -- Gitee