gaoyouAwait
gaoyouAwait
博主可以写个三次贝塞尔曲线的动画吗,根据两次的写不出来三次额
> This plugin uses the `identifier` set in tauri.conf.json to identify the related app instances. Are they the same for both of your apps? Took a look at it, and...

> 这个就是初次渲染的定死的宽高 应该没自适应,你重新渲染下就好了 问题就是怎么重新渲染,找不到对应的api
> 弹窗或者抽屉里面,延迟一下加载组件 给父盒子加了v-if,setTimeout设置3秒才渲染,然而并没有什么用,父盒子是用flex布局的,左侧固定宽度,右侧自适应,自适应的过程没有触发组件的自适应功能
解决了,调整宽高之后,主动触发window的resize事件即可自适应
看了一下,是加了配置{ xls: true }引起的
Add ref to the Bubble.List component, and then use the method in the figure to scroll to the bottom for example ` bubbleListRef.current.scrollTo({ offset: bubbleListRef.current.nativeElement.scrollHeight })`