renderForwardTogether挂载成功回调

This commit is contained in:
bob
2025-05-13 15:13:24 +08:00
parent 83376a2a6a
commit da93d05d67

View File

@@ -316,6 +316,9 @@ const renderForwardTogether = async (content) => {
'div',
{
class: 'forward-together',
onVnodeMounted: () => {
emit('loadFinished')
},
onClick: () => {
// 创建挂载容器
const container = document.createElement('div')