2023/10/25svelte汇总添加pnpm自定义网页组件包#import { onMount } from "svelte"; onMount(async () => { // console.log(window);console.log(document); await import("@iqszlong/components"); }); 分类: 文章标签: codesvelte