mirror of
https://github.com/esiur/iui.git
synced 2026-04-04 23:18:21 +00:00
nav
This commit is contained in:
@@ -114,6 +114,10 @@ export default IUI.module(
|
||||
}
|
||||
|
||||
async navigate(url, data, target, state, dataToQuery = true) {
|
||||
|
||||
if (url == null)
|
||||
throw new Error("URL not specified.");
|
||||
|
||||
let q = url.match(/^\/*(.*?)\?(.*)$|^\/*(.*)$/);
|
||||
|
||||
var path;
|
||||
|
||||
Reference in New Issue
Block a user