在 StencilJs 中,我在组件中导入了Shoelace库,如下所示:
import module from '@shoelace-style/shoelace/dist/components/card/card';
if (!customElements.get('sl-card')) customElements.define('sl-card', module);
在测试中我得到这个错误:
SyntaxError: 不能在模块外使用 import 语句。
你知道为什么鞋带组件会开玩笑地导致这个错误吗?