Appearance
按钮组件
<script setup lang="ts"> import { GButton } from 'galaxy-ui' </script> <template> <g-button>按钮</g-button> </template>