[+] Add method to split loading messages
This commit is contained in:
@@ -24,6 +24,11 @@
|
|||||||
{
|
{
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
@Prop() text: string;
|
@Prop() text: string;
|
||||||
|
|
||||||
|
getText()
|
||||||
|
{
|
||||||
|
return this.text.split('\n');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user