fix(domtools): remove default loading... meta title in WebSetup and use an empty string as the default
This commit is contained in:
@@ -93,7 +93,7 @@ export class DomTools {
|
||||
|
||||
public websetup: WebSetup = new WebSetup({
|
||||
metaObject: {
|
||||
title: 'loading...',
|
||||
title: '',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user