Skip to content

Commit

Permalink
doc: specify defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Oct 26, 2023
1 parent cf447e6 commit 38dc020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/1.usage/2.composables/4.use-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ It's recommended to use when you want to use any non-blocking third-party: Googl
it is low-level and is better served as a building block for higher-level APIs `useGoogleAnalytics`, etc.

Features:
- 🦥 Default laziness: `async` and `fetchpriority: 'low'`
- ☕ Loading strategies: `idle`, `manual`
- 🪨 Single script instance for your app
- 🎃 Events for SSR scripts: `onloading`, `onerror`, etc
Expand Down

0 comments on commit 38dc020

Please sign in to comment.