We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e970431 commit adb5968Copy full SHA for adb5968
.ai/hotwire.blade.php
@@ -170,10 +170,10 @@ class Post extends Model
170
</div>
171
```
172
@endverbatim
173
-- Use `data-turbo-preload` to prefetch pages on hover for near-instant navigation:
+- Preloading is automatically enabled on all links. You may disable it for specific links with the `data-turbo-preload` attribute (if you need to):
174
@verbatim
175
```blade
176
- <a href="{{ route('posts.show', $post) }}" data-turbo-preload>
+ <a href="{{ route('posts.show', $post) }}" data-turbo-preload="false">
177
{{ $post->title }}
178
</a>
179
0 commit comments