1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| "use strict";
| const Tooltip = {
| // tooltip 组件
| tooltip: {
| text: "",
| copyText: "",
| size: 14,
| color: "#606266",
| bgColor: "transparent",
| direction: "top",
| zIndex: 10071,
| showCopy: true,
| buttons: [],
| overlay: true,
| showToast: true
| }
| };
| exports.Tooltip = Tooltip;
| //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/uview-plus/components/u-tooltip/tooltip.js.map
|
|