Skip to content

Commit

Permalink
fix: loading
Browse files Browse the repository at this point in the history
  • Loading branch information
cole committed Aug 3, 2024
1 parent f6df379 commit 0ce560f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/plugins/loading/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export default createReactivePlugin({
const vm = createVNode(Loading, { ...props })
vm.appContext = options.parentContext || options.appContext || vm.appContext
vueRender(vm, container)
document.body.appendChild(container)
return vm
},
install (app, options, $site) {
Expand Down

0 comments on commit 0ce560f

Please sign in to comment.