We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6e45e commit 59b1493Copy full SHA for 59b1493
src/components/ThemePicker/index.vue
@@ -1,6 +1,7 @@
1
<template>
2
<el-color-picker
3
v-model="theme"
4
+ :predefine="['#409EFF', '#11a983', '#13c2c2', '#6959CD', '#f5222d', '#eb2f96', '#DB7093', '#e6a23c', '#8B8989', '#212121']"
5
class="theme-picker"
6
popper-class="theme-picker-dropdown"
7
/>
0 commit comments