diff --git a/front/dist/iframe.html b/front/dist/iframe.html index 7f48db73..3f362038 100644 --- a/front/dist/iframe.html +++ b/front/dist/iframe.html @@ -12,6 +12,7 @@ const script = document.createElement('script'); script.type = "module"; script.src = scriptUrl; + script.type = "module"; document.head.append(script);