Skip to content

Commit 94f7412

Browse files
committed
cleanup
1 parent caf72ba commit 94f7412

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vue-final-modal/src/useApi.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ export function useModal<P = InstanceType<typeof VueFinalModal>['$props']>(_opti
9595
options.modelValue = false
9696
return new Promise((resolve) => {
9797
options.resolveClosed = () => {
98-
// console.log('close options.keepAlive → ', options.keepAlive)
9998
if (!options.keepAlive)
10099
destroy()
101100
resolve('closed')

0 commit comments

Comments
 (0)