working with strings to register a page, needs redesign
This commit is contained in:
@@ -228,4 +228,8 @@ where
|
|||||||
pub fn start(&mut self) {
|
pub fn start(&mut self) {
|
||||||
self.running = true;
|
self.running = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn current_id(&self) -> Option<&String> {
|
||||||
|
self.router.current_id()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user