소스 검색

Added reminder about template tags. (#2039)

Scott Zirkel 3 년 전
부모
커밋
44684d5ec3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/docs/src/en/directives/if.md

+ 2 - 0
packages/docs/src/en/directives/if.md

@@ -16,3 +16,5 @@ Because of this difference in behavior, `x-if` should not be applied directly to
 ```
 
 > Unlike `x-show`, `x-if`, does NOT support transitioning toggles with `x-transition`.
+
+> Remember: `<template>` tags can only contain one root level element.