Skip to content

Commit c7a6090

Browse files
committed
fix: execute setActiveVfm on createVfm()
1 parent d14926e commit c7a6090

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vue-final-modal/src/plugin.ts

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ export function createVfm() {
5252
},
5353
})
5454

55+
setActiveVfm(vfm)
56+
5557
return vfm
5658
}
5759

0 commit comments

Comments
 (0)