1.1.0 • Published 9 months ago

lg-vtils v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

前端工具库

1、copyText(text)

参数

参数类型默认值必填说明
textstring要复制的文本。

示例

copyText('复制文字,参与活动!【xekkfe$3$%】');
// => true

2、callPhone(phoneNumber)

参数

参数类型默认值必填说明
phoneNumbernumber | string电话号码。

示例

callPhone(10086);
callPhone('10086');