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