chore: remove internal flag on hmr option

This commit is contained in:
Evan You 2023-10-22 09:10:43 +08:00
parent 00de3e61ed
commit 28a6f05bf5
1 changed files with 0 additions and 1 deletions

View File

@ -260,7 +260,6 @@ export interface TransformOptions
* Whether to compile the template assuming it needs to handle HMR.
* Some edge cases may need to generate different code for HMR to work
* correctly, e.g. #6938, #7138
* @internal
*/
hmr?: boolean
}