Ayedaren

Results 3 issues of Ayedaren

When the password for a Redis connection string contains an '@' symbol, the connection cannot be recognized, for example: redis://:xxx!@[email protected]:6379/10

bug

使用 const callback = defineOverlay(Component) const result = await callback(props) 这种方式定义的组件中会丢失全局注册的组件,导致动态组件失效,无法以自定义组件名的方式渲染,使用原双向绑定方式无问题。

![Image](https://github.com/user-attachments/assets/c308de54-e4b1-467e-b3c7-e1d45b7f54f9) ``` vue import { Renderer as CanvasRenderer } from '@antv/g-canvas' import { Canvas, Group, Rect, Text } from '@antv/g' import { onMounted } from 'tdesign-vue-next/es/tree/adapt' import { ref }...

bug