]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove internal flag on hmr option
authorEvan You <yyx990803@gmail.com>
Sun, 22 Oct 2023 01:10:43 +0000 (09:10 +0800)
committerEvan You <yyx990803@gmail.com>
Sun, 22 Oct 2023 01:10:43 +0000 (09:10 +0800)
packages/compiler-core/src/options.ts

index 6f1a8efcff8567c076ac4118b1b1ceee5c631d9d..abfba98e35c5126492fc32681cd91efc0a29bedc 100644 (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
 }