快速开始
介绍如何在项目中使用Guava的组件
按需引入
Vue3
vue
<template>
<GColorPicker></GColorPicker>
</template>
<script lang="ts" setup>
import { GColorPicker } from '@lingjhf/guava-vue'
</script>