11 lines
178 B
JavaScript
Raw Normal View History

2021-01-12 18:04:14 +08:00
"use strict";
var _component = require('./../common/component.js');
(0, _component.VantComponent)({
props: {
dot: Boolean,
info: null,
customStyle: String
}
});