mirror of https://github.com/vuejs/core.git
chore: remove internal flag on hmr option
This commit is contained in:
parent
00de3e61ed
commit
28a6f05bf5
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue