Evan You 1 год назад
Родитель
Сommit
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