import { reactive,ref } from "vue"; export const carts = reactive({ list: [] as any })