Wick

Results 7 comments of Wick

> I see, I misread that. For anybody, feel free to try to fix this and submit a PR 👍明白了,我看错了。对于任何人,请随时尝试解决此问题并提交 PR 👍 I took a look, and the issue appears...

Following code can solve this issue. ``` vim.diagnostic.config({ virtual_text = true, signs = true, update_in_insert = true, // here underline = true, severity_sort = false, float = true, }) ```

Where I can't locate the problem... It's werid, I have no time to do this. :-(

I found it... El-tabs only render in client, because tabs.tsx ```tsx const { children: panes, addChild: registerPane, removeChild: unregisterPane, } = useOrderedChildren(getCurrentInstance()!, 'ElTabPane') ``` tab-pane.vue ```vue onMounted(() => { tabsRoot.registerPane(pane)...

@tolking And has a `props.xx.map` also have an impact. These maybe can save you time.

> any updates? Unfortunately, no.