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