Skip to content

Commit c376fde

Browse files
committed
Another try to fix a linting problem.
1 parent b904c8a commit c376fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/Problem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default defineComponent({
7676
}
7777
},
7878
emits: ['addProblem'],
79-
setup(props, context) {
79+
setup(props) {
8080
const problemText = ref('');
8181
const answerTemplate = ref('');
8282
const file = ref(props.sourceFilePath);

0 commit comments

Comments
 (0)