Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07bf574

Browse files
Openblocks-docsgitbook-bot
authored andcommitted
GitBook: [lowcoder-org#78] No subject
1 parent c9d4102 commit 07bf574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.gitbook/assets/module-1.png

-7.66 KB
Loading

docs/build-apps/module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
When building an app, you want to reuse components and queries across different apps. Modules are what you need. A module comprises components and queries. You can insert a module into an app or other modules (referred to as _external apps_ in the rest of this document) and it functions just like a single component. 
44

5-
<figure><img src="../.gitbook/assets/module-1.png" alt=""><figcaption><p>Build a module of <a href="module.md#tutorial-a-statistics-module">displaying statistics data</a></p></figcaption></figure>
5+
<figure><img src="../.gitbook/assets/module-1.png" alt=""><figcaption><p>Build a <a href="module.md#demo-a-statistics-module">statistics module</a></p></figcaption></figure>
66

77
<figure><img src="../.gitbook/assets/module-2.png" alt=""><figcaption><p>Reuse this module anywhere</p></figcaption></figure>
88

@@ -63,7 +63,7 @@ Module inputs are parameters passed to the module from external apps. The suppor
6363

6464
<figure><img src="../.gitbook/assets/module-13.png" alt=""><figcaption></figcaption></figure>
6565

66-
#### Tutorial: A statistics module
66+
### Demo: A statistics module
6767

6868
This section guides you through the steps to build a statistics module and reuse it in an app. &#x20;
6969

0 commit comments

Comments
 (0)