You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
主应用使用了 <script type="importmap">{"imports":{"vue":"https://esm.sh/vue"}}</script>
子应用在<script type="module">中使用import.meta.resolve('vue')
有一定概率报错:child.html:12 Uncaught TypeError: Failed to resolve module specifier vue: Relative references must start with either "/", "./", or "../".
问题描述
主应用使用了
<script type="importmap">{"imports":{"vue":"https://esm.sh/vue"}}</script>
子应用在<script type="module">中使用
import.meta.resolve('vue')
有一定概率报错:child.html:12 Uncaught TypeError: Failed to resolve module specifier vue: Relative references must start with either "/", "./", or "../".
复现步骤
上传截图
复现仓库
环境信息
The text was updated successfully, but these errors were encountered: