mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 18:55:29 -05:00
Add type annotations (#488)
This commit is contained in:
@@ -31,7 +31,7 @@ if (!config) {
|
||||
}
|
||||
|
||||
// add loader to the page body
|
||||
const loader = document.createElement('py-loader');
|
||||
const loader = <PyLoader>document.createElement('py-loader');
|
||||
document.body.append(loader);
|
||||
globalLoader.set(loader);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user