Files
ClassContent/历届学生/韩想/min/miniprogram_npm/@vant/weapp/info/index.js
2024-09-27 02:06:13 +08:00

11 lines
234 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var component_1 = require('../common/component');
component_1.VantComponent({
props: {
dot: Boolean,
info: null,
customStyle: String,
},
});