how2j-coding

Results 2 comments of how2j-coding

这样封装一下 ``` defineOptions({ name: "SvgIcon" }); import type { Component } from "vue"; import { computed } from "vue"; const props = defineProps(); const modules = import.meta.glob("@/assets/icons/*.svg", { as: "component",...