Skip to content

Commit 86505f1

Browse files
Dean OhashiDean Ohashi
authored andcommitted
Merge branch 'ipc' of https://github.com/cs29-wobbegong/prevue2 into ipc
2 parents e3a9a01 + e10aa08 commit 86505f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/ExportProject.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<q-btn class="glossy" color="teal" label="Export Project" />
2+
<q-btn class="glossy" color="teal" label="Export Project" @click="exportProject"/>
33
</template>
44

55
<script>
@@ -13,6 +13,7 @@ export default {
1313
name: "ExportProjectComponent",
1414
methods: {
1515
exportProject: function() {
16+
console.log('export project method clicked!')
1617
ipc.send("show-export-dialog");
1718
},
1819
/**

0 commit comments

Comments
 (0)