refactor: 拆分小程序 vue 结构
This commit is contained in:
8
src/components/cart-drawer/useCartDrawer.ts
Normal file
8
src/components/cart-drawer/useCartDrawer.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { CartLine } from '@/stores/cart'
|
||||
|
||||
export interface CartDrawerLineItem extends CartLine {
|
||||
lineAmount: number
|
||||
lineAmountText: string
|
||||
unitPriceText: string
|
||||
specText: string
|
||||
}
|
||||
Reference in New Issue
Block a user