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