fix packages
This commit is contained in:
parent
91958c5242
commit
81569ad23f
@ -1,3 +1,3 @@
|
|||||||
<div>
|
<div>
|
||||||
{{GetMaintTitle()}}
|
{{GetMainTitle()}}
|
||||||
</div>
|
</div>
|
||||||
|
@ -20,7 +20,7 @@ export class AppComponent
|
|||||||
* @description Возвращает main_title
|
* @description Возвращает main_title
|
||||||
* @return {string}
|
* @return {string}
|
||||||
*/
|
*/
|
||||||
GetMaintTitle(): string
|
GetMainTitle(): string
|
||||||
{
|
{
|
||||||
return this.main_title;
|
return this.main_title;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user