#6290·nicegui

在事件处理程序中首次创建懒加载导入的 ESM 元素时会发生失败(importmap 已经发送)

作者: evnchn创建于 2026年8月15日更新于 2026年8月23日
标签bug

The import map is rendered into the initial HTML ("templates/index.html"):

xml
<script type="importmap">
  {"imports": {{ imports | safe }}}
</script>

内容来源: zauberzeug/nicegui