zhiwei liu
zhiwei liu
run `mvn spotless:apply` to fix markdown style
cant find connector-v2/Config-Encryption-Decryption.md in ./docs/zh/concept/JobEnvConfig.md
may i fix this?
 我尝试去看了看这个问题,发现把这块的withDirectives去掉就没问题,错误的原因是因为新的vnode.dirs长度多1在循环时无法在旧的vnode.dirs[i]获取有效值。如果有人知道为什么导致请告诉我,我看了一下午没找出来qaq
> Thanks @baicie for raising this PR. Can you please separate this PR into two. One PR for the dependency upgrade and improvement and other PR for formating changes. ok
https://github.com/baicie/for-naiveui-grid
 类似这种 
> 提供的复现 [最小可复现的示例](https://stackoverflow.com/help/minimal-reproducible-example) 有点忙等下班哈哈
> 提供的复现 [最小可复现的示例](https://stackoverflow.com/help/minimal-reproducible-example) https://github.com/baicie/for-naiveui-form-item
``` tsx import { NForm, NFormItemGi, NGrid, NGridItem, NInput } from "naive-ui"; import { defineComponent } from "vue"; import Child from "./components/Com"; const App = defineComponent({ setup() { return ()...