Diego Jara

Results 15 comments of Diego Jara

Storybook has just released an alpha version with babel 7 support, and they have an [officially plugin](https://github.com/storybooks/vue-cli-plugin-storybook) for storybook now. I guess we have to wait a bit longer, because...

+Here is how I do it manually ```bash cd ~/.localhost_ssl mkcert -install mkcert localhost 127.0.0.1 mv localhost+2-key.pem server.key mv localhost+2.pem server.crt ```

**Points for others' repositories** ```md Points given for contributing a repository = stars(repository)/contributors(repository) User Ranking += sum(pointsForContributions) ```

Can someone **replicate the error** in a [SandBox](https://codesandbox.io/s/vue) with a newer version of the component?

I'm not seeing any borderWidth or borderColor in your snippet. If you still have this problem, can you add a codesandbox?

It is related to Vue 3, no relevant clues how to resolve this for now. Other libraries are facing the same problem

Not for now, I will try to update the codebase to Vue3 this weekend

Hi I believe the current issue would be this one: https://github.com/whatwg/html/issues/3400 > Wondering how much work it would be to either offer the developer a choice or picker, or handle...

Maybe that should work out of the box, or with other prop. For now, using css should do the trick. ```css .vue-swatches__trigger { border: 1px solid #ccc; } ```

**Message for anyone also interested on this**: Please share some thoughts on this (implementations and valid uses cases)