vue-pick-colors
使用
安装
npm install vue-pick-colors
引入使用
<template>
<pick-colors v-model:value="value"/>
</template>
<script lang="ts" setup>
import PickColors from 'vue-pick-colors'
const value = ref('#ccc')
</script>
安装
npm install vue-pick-colors
引入使用
<template>
<pick-colors v-model:value="value"/>
</template>
<script lang="ts" setup>
import PickColors from 'vue-pick-colors'
const value = ref('#ccc')
</script>