File tree 1 file changed +3
-0
lines changed
src/Illuminate/Support/Facades
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 16
16
* @method static \Illuminate\Foundation\Vite useScriptTagAttributes(callable|array $attributes)
17
17
* @method static \Illuminate\Foundation\Vite useStyleTagAttributes(callable|array $attributes)
18
18
* @method static \Illuminate\Foundation\Vite usePreloadTagAttributes(callable|array|false $attributes)
19
+ * @method static \Illuminate\Foundation\Vite useWaterfallPrefetching(int|null $concurrency = null)
20
+ * @method static \Illuminate\Foundation\Vite useAggressivePrefetching()
21
+ * @method static \Illuminate\Foundation\Vite usePrefetchStrategy(string|null $strategy, array $config = [])
19
22
* @method static \Illuminate\Support\HtmlString|void reactRefresh()
20
23
* @method static string asset(string $asset, string|null $buildDirectory = null)
21
24
* @method static string content(string $asset, string|null $buildDirectory = null)
You can’t perform that action at this time.
0 commit comments