Skip to content

Commit

Permalink
chore: 文本错误
Browse files Browse the repository at this point in the history
  • Loading branch information
siaikin committed Aug 17, 2023
1 parent cb66788 commit 03760fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vue-to-print/use-vue-to-print.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ export function useVueToPrint(props: VueToPrintProps) {
);
}

newHeadEl.setAttribute("id", `react-to-print-${i}`);
newHeadEl.setAttribute("id", `vue-to-print-${i}`);
if (nonce) {
newHeadEl.setAttribute("nonce", nonce);
}
Expand Down

0 comments on commit 03760fa

Please sign in to comment.