mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 00:09:56 +08:00
[website] Rename heading
This commit is contained in:
parent
b0da974a7d
commit
9dc2caecf0
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Frontend
|
# Frontend
|
||||||
|
|
||||||
## Execution Order
|
## Script Injection
|
||||||
|
|
||||||
When Wails serves your `index.html`, by default, it will inject 2 script entries into the `<body>` tag to load `/wails/bindings.js`
|
When Wails serves your `index.html`, by default, it will inject 2 script entries into the `<body>` tag to load `/wails/bindings.js`
|
||||||
and `/wails/runtime.js`. These files install the bindings and runtime respectively.
|
and `/wails/runtime.js`. These files install the bindings and runtime respectively.
|
||||||
@ -31,7 +31,7 @@ The code below shows where these are injected by default:
|
|||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Overriding Default Execution Order
|
### Overriding Default Script Injection
|
||||||
|
|
||||||
To provide more flexibility to developers, there is a meta tag that may be used to customise this behaviour:
|
To provide more flexibility to developers, there is a meta tag that may be used to customise this behaviour:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user