Skip to content

Commit 0cecbbe

Browse files
committed
Fix escape issue for PDF generation
1 parent bc88c07 commit 0cecbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3419,7 +3419,7 @@ List of 300 VueJS Interview Questions
34193419
template: `<div>{{ greet }}</div>`,
34203420
computed: {
34213421
greet () {
3422-
return this.$store.state.msg
3422+
return this.\$store.state.msg
34233423
}
34243424
}
34253425
}

0 commit comments

Comments
 (0)