Akino
Akino
我看popup类组件基本都有这个问题
Hey there, wonderful people! I'm thrilled to share that I've revamped a version specifically tailored for Vue3. You can explore it right here: https://github.com/v-vibe/vue-styled-components. Plus, I've put together comprehensive documentation...
> Hello, I had a similar problem. After setting up commitlint with husky I tried to commit with an invalid message to test the hook and then tried to commit...
I found the solution: we should execute the command `"npx --no-commitlint --edit ${1}"` at the `commit-msg` hook instead of the `pre-commit` hook. This way, commitlint can take the `current commit...
Skeleton.
emmm...我感觉使用在ui库开发可能更合适,css in js适合组合式调用,之前有去开发过一个组件库,用的sass,变量维护起来特别灾难,各种变量嵌套/组合使用起来都特别麻烦
> > emmm...我感觉使用在ui库开发可能更合适,css in js适合组合式调用,之前有去开发过一个组件库,用的sass,变量维护起来特别灾难,各种变量嵌套/组合使用起来都特别麻烦 > > 有道理,仔细想想如果无脑抛弃写样式表,把整个页面的样式全部写在js,那js部分就特别臃肿了,然后大部分需求用简单的动态样式就能搞定,用这类css in js有点大炮打蚊子的意味,确实比较适合组件库开发 对于业务而言,用来封装通用业务组件还是挺爽的,不过这个就见仁见智了哈哈
> Great topic, I've been confused about this too. I feel enlightened now, thank you. It's happy to be able to help you!😀
No reviews?
我今晚看看