ckvv

Results 26 comments of ckvv

I'm not sure if it's related to this problem. When I run vite build for the first time, the packaged files are obviously not as big as those of the...

@patak-dev This is a private project, and when I delete the src directory and add a simple case, the problem is not reproduced

@patak-dev When I set `optimizeDeps.disabled = "build"`, `vite build` throws an error

@patak-dev updated to `3.0.0-beta.8` solved my problem

封装一个方法 ```js /** * 根据传入的数据生成 sequelize 的生成语句 * @param {array} arr data * @param {object} options options */ genOpSQL(arr, options = {}) { const operators = options.operators || 'and'; const...

> I know how to use verifyClient in the backend, what I don't know is how I send the header from the client, I can't find any example to help...

Vite also has a similar problem. After modifying the alias configuration, the style must restart vite to take effect.

@fengshengbing @blaadje Because I need to use it in vue3, I modified the library to support vue3, and the interface is exactly the same as before, you can try to...

@NDanilov2015 You can set an initial color lliek [this](https://ckpack.github.io/vue-color/), when you choose a color firstly from the "rainbow spectrum band" and the alpha-value will not change.