1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| "use strict";
| const uni_modules_uviewPlus_libs_config_config = require("../../libs/config/config.js");
| const {
| color
| } = uni_modules_uviewPlus_libs_config_config.config;
| const Link = {
| // link超链接组件props参数
| link: {
| color: color["u-primary"],
| fontSize: 15,
| underLine: false,
| href: "",
| mpTips: "链接已复制,请在浏览器打开",
| lineColor: "",
| text: ""
| }
| };
| exports.Link = Link;
| //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/uview-plus/components/u-link/link.js.map
|
|