Skip to content

Commit

Permalink
refactor(programmatic): cleanup useProgrammatic composable
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Mar 2, 2024
1 parent e07f6c5 commit 3204511
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ function openLoading() {
const loadingComponent = oruga.loading.open({
fullPage: isFullPage.value,
container: isFullPage.value ? null : elementRef.value,
overlay: !isFullPage.value,
});
setTimeout(() => loadingComponent.close(), 3 * 1000);
}
Expand Down

0 comments on commit 3204511

Please sign in to comment.