chore: merge coupon as regular directory (replace submodule)

This commit is contained in:
rjb
2026-05-11 07:36:26 +08:00
parent d4c0016c73
commit d35c074569
1249 changed files with 43912 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var component_1 = require("../common/component");
(0, component_1.VantComponent)({
props: {
color: String,
vertical: Boolean,
type: {
type: String,
value: 'circular',
},
size: String,
textSize: String,
},
data: {
array12: Array.from({ length: 12 }),
},
});