mirror of
https://github.com/wassname/template.git
synced 2026-07-23 13:10:27 +08:00
Project reorganization, add editorconfig and linter
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import code from './hover-box.txt';
|
||||
|
||||
export default function(dom) {
|
||||
let s = dom.createElement("script");
|
||||
s.textContent = code;
|
||||
dom.querySelector("body").appendChild(s);
|
||||
}
|
||||
Reference in New Issue
Block a user