[+] Add error property
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
// @ts-ignore
|
||||
@Prop() text: string;
|
||||
|
||||
// @ts-ignore
|
||||
@Prop() error: boolean;
|
||||
|
||||
getText()
|
||||
{
|
||||
return this.text.split('\n');
|
||||
|
||||
Reference in New Issue
Block a user