6 lines
141 B
HTML
6 lines
141 B
HTML
@switch (lang()) {
|
|
@case ('ru') { <app-guarantee-ru /> }
|
|
@case ('en') { <app-guarantee-en /> }
|
|
@case ('hy') { <app-guarantee-hy /> }
|
|
}
|