[+] Add error property

This commit is contained in:
Hykilpikonna
2019-10-13 21:15:42 -04:00
parent ec056ef3b3
commit 382a2aeabc
+3
View File
@@ -30,6 +30,9 @@
// @ts-ignore
@Prop() text: string;
// @ts-ignore
@Prop() error: boolean;
getText()
{
return this.text.split('\n');