Skip to content

Commit

Permalink
fix: always force first template update
Browse files Browse the repository at this point in the history
  • Loading branch information
F0rsaken committed Nov 18, 2024
1 parent 1131e78 commit adf88be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ovee/src/composables/utils/useTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function useRenderSavedTemplate(instance: ComponentInstance, stored: StoredRende
}

onBeforeMount(() => {
update();
update(true);

if (renderTask) instance.renderPromise = renderTask;
});
Expand Down

0 comments on commit adf88be

Please sign in to comment.