Skip to content

Commit faf1430

Browse files
authored
Higher visibility in docs about needing x-data for things to work (#4194)
1 parent 152779f commit faf1430

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/docs/src/en/essentials/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Notice the `@3.x.x` in the provided CDN link. This will pull the latest version
3838

3939
That's it! Alpine is now available for use inside your page.
4040

41+
Note that you will still need to define a component with `x-data` in order for any Alpine.js attributes to work. See <https://github.com/alpinejs/alpine/discussions/3805> for more information.
42+
4143
<a name="as-a-module"></a>
4244
## As a module
4345

0 commit comments

Comments
 (0)