We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea31eab commit b76e672Copy full SHA for b76e672
2 files changed
example/index.html
@@ -11,8 +11,8 @@
11
<script>
12
var utils = window['cloud-utils'];
13
console.log('utils', utils)
14
- console.log(utils.toCamelCaseVar('get_account_list'));
15
-
+ console.log('toCamelCaseVar', utils.toCamelCaseVar('get_account_list'));
+
16
// 测试 getDevice 函数(现在是同步的)
17
try {
18
var device = utils.getDevice();
0 commit comments