vant
Version:
Mobile UI Components built on Vue
11 lines (10 loc) • 295 B
JavaScript
import { withInstall } from "../utils/index.mjs";
import _CouponList from "./CouponList.mjs";
const CouponList = withInstall(_CouponList);
var stdin_default = CouponList;
import { couponListProps } from "./CouponList.mjs";
export {
CouponList,
couponListProps,
stdin_default as default
};