Prechádzať zdrojové kódy

chore: fix dts test

Evan You 1 rok pred
rodič
commit
3d98183e1c

+ 2 - 9
packages/runtime-dom/src/directives/vShow.ts

@@ -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