Skip to content

Commit 27d42eb

Browse files
committed
fix: 删除意外的函数调用
1 parent 3c19f78 commit 27d42eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/vue-to-print/use-vue-to-print.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,3 @@ export function useVueToPrint(props: VueToPrintProps) {
535535
handlePrint: handleClick
536536
};
537537
}
538-
539-
useVueToPrint({
540-
content: () => 1 as any
541-
});

0 commit comments

Comments
 (0)