ckpack / vue-color

(vue3.0) 🎨 Vue Color Pickers UI Library for Sketch, Photoshop, Chrome & more

Home Page:https://ckpack.github.io/vue-color/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop lodash

seahindeniz opened this issue · comments

I believe Lodash is an unnecessary library just to use throttle function. There are many alternatives that you can achieve throttle function without even using Lodash.

export { throttle } from 'lodash-es';

I removed Lodash dependency