2021-01-12 18:04:14 +08:00

11 lines
178 B
JavaScript

"use strict";
var _component = require('./../common/component.js');
(0, _component.VantComponent)({
props: {
dot: Boolean,
info: null,
customStyle: String
}
});