mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 02:52:26 +00:00
renderForwardTogether挂载成功回调
This commit is contained in:
@@ -316,6 +316,9 @@ const renderForwardTogether = async (content) => {
|
||||
'div',
|
||||
{
|
||||
class: 'forward-together',
|
||||
onVnodeMounted: () => {
|
||||
emit('loadFinished')
|
||||
},
|
||||
onClick: () => {
|
||||
// 创建挂载容器
|
||||
const container = document.createElement('div')
|
||||
|
||||
Reference in New Issue
Block a user