fix(core): update

This commit is contained in:
2020-11-05 20:03:12 +00:00
parent bab9124ad9
commit 74fc97a220
5 changed files with 7 additions and 3 deletions

View File

@@ -47,4 +47,6 @@ export class WebSetup {
const subLevel = await this.tagManager.setSubPageLevel(metaObjectArg);
return subLevel;
}
public flashTitle(flashTextArg: string) {}
}