Remove setTitle function in app router
This commit is contained in:
@@ -715,10 +715,6 @@ class AppRouter {
|
||||
Dashboard.navigate('home.html?tab=1');
|
||||
}
|
||||
|
||||
setTitle(title) {
|
||||
LibraryMenu.setTitle(title);
|
||||
}
|
||||
|
||||
getRouteUrl(item, options) {
|
||||
if (!item) {
|
||||
throw new Error('item cannot be null');
|
||||
|
||||
Reference in New Issue
Block a user