营销:适配商城装修组件【菜单导航】

This commit is contained in:
owen
2023-11-09 09:18:46 +08:00
parent ac42493659
commit 82aed175ab
9 changed files with 344 additions and 44 deletions

View File

@ -1,13 +1,14 @@
<template>
<el-input v-model="valueRef" v-bind="$attrs">
<template #append>
<el-color-picker v-model="colorRef" :predefine="COLORS" />
<el-color-picker v-model="colorRef" :predefine="PREDEFINE_COLORS" />
</template>
</el-input>
</template>
<script lang="ts" setup>
import { propTypes } from '@/utils/propTypes'
import { PREDEFINE_COLORS } from '@/utils/color'
/**
* 带颜色选择器输入框