zhiwei liu

Results 11 comments of zhiwei liu

run `mvn spotless:apply` to fix markdown style

cant find connector-v2/Config-Encryption-Decryption.md in ./docs/zh/concept/JobEnvConfig.md

![image](https://github.com/tusen-ai/naive-ui/assets/44311483/d05d1aa3-166b-4516-adea-93d5e715ed79) 我尝试去看了看这个问题,发现把这块的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

![image](https://github.com/LeetCode-OpenSource/vscode-leetcode/assets/44311483/dd14b9b7-b59e-43a6-a74b-b2791ad426ce) 类似这种 ![image](https://github.com/LeetCode-OpenSource/vscode-leetcode/assets/44311483/c1b40cf6-7fae-40b5-a864-20a63dac91ee)

> 提供的复现 [最小可复现的示例](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 ()...