mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix bug
This commit is contained in:
parent
8a6d6714f2
commit
c2e0d1573f
@ -1,3 +1,5 @@
|
||||
import { foo } from './foo';
|
||||
import { foo } from './foo.js';
|
||||
|
||||
document.body.innerHTML = foo()
|
||||
const p = document.createElement('p')
|
||||
p.innerHTML = foo()
|
||||
document.body.appendChild(p)
|
||||
Loading…
Reference in New Issue
Block a user