docs(core): 翻译错误

ViewEncapsulation.None -> ViewEncapsulation.ShadowDom
This commit is contained in:
chenc 2021-03-25 23:30:09 +08:00 committed by 雪狼
parent 804d59058b
commit eff474b5b1
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ export interface Component extends Directive {
*
* - `ViewEncapsulation.ShadowDom`: Use Shadow DOM v1 to encapsulate styles.
*
* `ViewEncapsulation.None`使 CSS
* `ViewEncapsulation.ShadowDom`使Shadow DOM v1
*
* If not supplied, the value is taken from `CompilerOptions`. The default compiler option is
* `ViewEncapsulation.Emulated`.