boxcc

Results 10 comments of boxcc

试了一下 https://antfu.me/posts/icons-in-pure-css-zh 这个方法,似乎没问题

是的 可以通过props传入 现在生成时候会有一个默认颜色生成 比如 ``` /* tslint:disable */ /* eslint-disable */ import React, { FunctionComponent } from 'react'; import { ViewProps } from 'react-native'; import { Svg, GProps, Path }...

明白了 或许我可以先尝试一下 感谢 @fwh1990

I tried the following code and it seems to work ```

I try this code is ok ``` Font.registerHyphenationCallback(word => word.length === 1 ? [word] : Array.from(word).map(char => char)); ```

有具体组件吗? 我试了几个组件都OK的

@lonyel 这个函数做了转换 https://github.com/AntmJS/vantui/blob/c55726f5ef6a84dc9fdb2dfc53e057adf5638e8e/packages/vantui/src/style/var.less#L716-L719

> 我用官方的demo,平移都用不了。。警告提示[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive 用我贴出的代码 可以吗?

我在.dumirc.ts 文件加了一行代码 ``` alias: { 'form-render/es': path.resolve(__dirname, 'packages/form-render/src'), //新加代码 'form-render': path.resolve(__dirname, 'packages/form-render/src'), ```