Closed zhongyingmin closed 3 years ago
@zhongyingmin 你能提供一个复现问题的git仓库吗?有人遇到过这个问题,但是我测试的是没问题的https://codesandbox.io/s/little-surf-h3m6w?file=/src/App.vue
Hello, I have same issue with chrome picker
I noticed that this is happening only at vuejs3 app loaded as prod, not dev environment. So I can not reproduce this issue locally.
@4spen @zhongyingmin After this bug appears in version 0.0.3, you can use version 0.0.3 before I fix it.
Thanks, working with v0.0.2, waiting for your fix
@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.
Thanks, looks like working now