| 123456789101112131415161718192021 |
- "use strict";
- const props = {
- memberName: {
- type: String,
- default: ""
- },
- content: {
- type: Array,
- default: () => []
- },
- date: {
- type: String,
- default: ""
- },
- index: {
- type: [Number, String],
- default: 0
- }
- };
- exports.props = props;
- //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/pagesCrm/business/schemeDetail/template/props.js.map
|