Appearance
字体图标库
pnpm add @magustek/icon-font
配合 MgIcon 组件使用
MgIcon
<template> <MgIcon icon="xxx" color="red" size="24" /> </template> <script type="ts" setup> import { MgIcon } from "@magustek/framework-ui" import "@magustek/icon-font"; </script>