mirror of
https://github.com/esiur/esiur-js.git
synced 2025-06-27 15:23:11 +00:00
1.3.0
This commit is contained in:
@ -11,6 +11,7 @@ class MyStore extends IStore
|
||||
async function load()
|
||||
{
|
||||
window.x = await wh.get("iip://localhost:5001/db/my", {username: "demo", password: "1234"});
|
||||
|
||||
console.log(window.x);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user