Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f04d83

Browse files
authored
Merge pull request#1616 from 1DontEx1st/patch-2
Typo fix and doc update
2 parents9ace569 +d6dd1c7 commit2f04d83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
44.8 KB
Binary file not shown.

‎docs/lowcoder-extension/use-third-party-libraries-in-apps/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Lowcoder provides some JavaScript built-in libraries for use.
1616
Built-in Libraries can be used directly everywhere where you can use JavaScript.
1717

1818
```
19-
//loadash
19+
//lodash
2020
return _.chunk(['a', 'b', 'c', 'd'], 2);
2121
// => [['a', 'b'], ['c', 'd']]
2222
@@ -107,11 +107,11 @@ You can check popular CDNs if they host your desired library as a minified packa
107107

108108
###Import / bind at the app level
109109

110-
Navigate to thesettings page and then click the plus sign**+** under the**JavaScript library** tab. Paste the**library** link and click**Add New**. Lowcoder will now check, if the external library will be compatible and securely usable.
110+
Navigate to theIndividualization page and then click the plus sign**+** under the**JavaScript library** tab. Paste the**library** link and click**Add New**. Lowcoder will now check, if the external library will be compatible and securely usable.
111111

112112
You can also click the download icon to quickly download any recommended JS library.
113113

114-
<figure><imgsrc="../../.gitbook/assets/App Editor External Libraries.png"alt=""><figcaption><p>Bind an external JS Library to an individual App</p></figcaption></figure>
114+
<figure><imgsrc="../../.gitbook/assets/Individualization JavaScript Libraries.png"alt=""><figcaption><p>Bind an external JS Library to an individual App</p></figcaption></figure>
115115

116116
Now, you can create a JS query and insert code.
117117

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp