Skip to content

Commit 5d9376d

Browse files
committed
Make sure download button works
1 parent 3dac65a commit 5d9376d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DownloadButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function toDownloadUrl (body: string) {
2222
export default defineComponent({
2323
name: 'DownloadButton',
2424
setup () {
25-
const cffstr = useCffstr()
25+
const { cffstr } = useCffstr()
2626
2727
return {
2828
downloadUrl: computed(() => toDownloadUrl(cffstr.value))

0 commit comments

Comments
 (0)