소스 검색

chore: fix dts test

Evan You 1 년 전
부모
커밋
3d98183e1c
1개의 변경된 파일2개의 추가작업 그리고 9개의 파일을 삭제
  1. 2 9
      packages/runtime-dom/src/directives/vShow.ts

+ 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