[+] Add method to split loading messages

This commit is contained in:
Hykilpikonna
2019-10-13 21:03:58 -04:00
parent a59f2e6f7c
commit 8c8f405aa5
+5
View File
@@ -24,6 +24,11 @@
{
// @ts-ignore
@Prop() text: string;
getText()
{
return this.text.split('\n');
}
}
</script>