We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf72ba commit 94f7412Copy full SHA for 94f7412
packages/vue-final-modal/src/useApi.ts
@@ -95,7 +95,6 @@ export function useModal<P = InstanceType<typeof VueFinalModal>['$props']>(_opti
95
options.modelValue = false
96
return new Promise((resolve) => {
97
options.resolveClosed = () => {
98
- // console.log('close options.keepAlive → ', options.keepAlive)
99
if (!options.keepAlive)
100
destroy()
101
resolve('closed')
0 commit comments