Skip to content

Commit

Permalink
fix(vue3): double sandbox mounting, fix #144
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jun 22, 2022
1 parent c39f6a3 commit a788feb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ let app: App
let mounting = false
async function mountVariant () {
if (mounting) return
mounting = true
await props.variant.initState()
Expand Down

0 comments on commit a788feb

Please sign in to comment.