]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix dts test
authorEvan You <evan@vuejs.org>
Mon, 3 Feb 2025 06:11:42 +0000 (14:11 +0800)
committerEvan You <evan@vuejs.org>
Mon, 3 Feb 2025 06:11:42 +0000 (14:11 +0800)
packages/runtime-dom/src/directives/vShow.ts

index 531c47c8c8964ba1fa2af05001fedd7e012bb4d9..fab85368025490ba04b808c260e5dde99d56a61c 100644 (file)
@@ -1,16 +1,9 @@
 import type { ObjectDirective } from '@vue/runtime-core'
 
-/**
- * @internal
- */
 export const vShowOriginalDisplay: unique symbol = Symbol('_vod')
-/**
- * @internal
- */
+
 export const vShowHidden: unique symbol = Symbol('_vsh')
-/**
- * @internal
- */
+
 export interface VShowElement extends HTMLElement {
   // _vod = vue original display
   [vShowOriginalDisplay]?: string