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

In the [1.0.0- 1.1.3] version, some components do not take effect in the production environment.

zhongyingmin opened this issue · comments

commented

@zhongyingmin 你能提供一个复现问题的git仓库吗?有人遇到过这个问题,但是我测试的是没问题的https://codesandbox.io/s/little-surf-h3m6w?file=/src/App.vue

commented

Hello, I have same issue with chrome picker

image
image

commented

I noticed that this is happening only at vuejs3 app loaded as prod, not dev environment. So I can not reproduce this issue locally.

commented

@4spen @zhongyingmin After this bug appears in version 0.0.3, you can use version 0.0.3 before I fix it.

commented

Thanks, working with v0.0.2, waiting for your fix

commented

@4spen @zhongyingmin
In order to join Tree Shaking, I modified the rollup packaging method in the [1.0.0- 1.1.3] version, which caused some components to not take effect in the production environment. This problem was solved in the 1.1.4 version.

commented

Thanks, looks like working now