'ColorPicker using scss not showing properly
<ColorPicker
v-if="userTypes.admin === userDetails.roleId && isColorPickerOpen"
class="color__picker"
theme="light"
:color="color"
:sucker-hide="false"
@changeColor="handleCategoryColorChange"
/>
I have moved the server recently and in old server it was working fine.
import { ColorPicker } from 'vue-color-kit';
import 'vue-color-kit/dist/vue-color-kit.css';
Node, VueJS
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|


