diff --git a/scripts/site/_site/doc/app/footer/footer.component.ts b/scripts/site/_site/doc/app/footer/footer.component.ts index 456dc07cdf..6b4cb67610 100644 --- a/scripts/site/_site/doc/app/footer/footer.component.ts +++ b/scripts/site/_site/doc/app/footer/footer.component.ts @@ -90,9 +90,6 @@ import { ChangeDetectionStrategy, Component, EventEmitter, Input, OnInit, Output `, changeDetection: ChangeDetectionStrategy.OnPush, styleUrls: ['./footer.component.less'], - host: { - ngSkipHydration: '' - } }) export class FooterComponent implements OnInit { @Input() language: string = 'zh';