feat: 기능 추가 과정중
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export function attachScript(source: string) {
|
||||
const script = document.createElement("script");
|
||||
script.src = source;
|
||||
document.head.append(script);
|
||||
}
|
||||
Reference in New Issue
Block a user