Skip to content

Commit c500905

Browse files
committed
fix: cmon typescript
see vuejs/vue#8721 (comment)
1 parent c093b8f commit c500905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/games/training/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default Vue.extend({
133133
}
134134
},
135135
computed: {
136-
clefs() {
136+
clefs(): Clef[] {
137137
return clefs.filter(c => this.settings.clefs.includes(c.id));
138138
}
139139
},

0 commit comments

Comments
 (0)