liuxinran

Results 21 comments of liuxinran

In the next big release 3.0, we will refactor the whole internal implementation of our color pickers. No longer use `v-model` but `props` and `$emit` instead.

@paglias Can I ask did you install stylus-loader in your project? Need more information to debug.

@paglias Thanks for the reply. Would fix this problem asap.

Fixed. Please upgrade to the latest version. Now you can import component individually. For example `import compact from 'vue-color/src/components/Compact.vue';`.

@frandiox `mixin/color.js` is compiled by babel before release, so I think it is ES5 ready.

Will use `babel-preset-env` in the next release, and provide ESM ready component in 3.0, which we are working on it.

Uniforming input and output format seems like a common request. Gonna think about it. But this is a breaking change, so if it takes not much efforts, will implement in...

Hi @MathisonProjects , sorry for the late reply. I am not a native speaker so i have a hard time understanding why you are confused by *"Chrome" undercased*. Could you...

@CGraabaek Thanks for clarifying for me. Will correct the doc in a few days!

We are sorry that vue-color is not compatible with server-side rendering currently, but we already plan to add this feature soon. Please stay tuned. Thanks.