src/main.ts
@@ -13,6 +13,7 @@ //粒子特效 import VueParticles from "vue-particles"; import Drag from "./utils/drag"; const app = createApp(App); for (const [key, component] of Object.entries(ElementPlusIconsVue)) { app.component(key, component);