Skip to content

Commit 4ac1ff4

Browse files
authored
chore(core): fix default value comments (#1191)
1 parent 7959fe8 commit 4ac1ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/types/app/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export interface AppConfigBuild {
7272
* Determine what resource files should be prefetched. Use boolean value to
7373
* totally enable / disable.
7474
*
75-
* @default false
75+
* @default true
7676
*/
7777
shouldPrefetch?: ((file: string, type: string) => boolean) | boolean
7878

0 commit comments

Comments
 (0)