We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9529a98 commit 90470c8Copy full SHA for 90470c8
1 file changed
src/user/components/stroop_exp/StroopView.vue
@@ -5,8 +5,6 @@
5
import useViewAPI from '@/core/composables/useViewAPI'
6
import { Button } from '@/uikit/components/ui/button'
7
8
-import { Button } from '@/uikit/components/ui/button'
9
-
10
const api = useViewAPI()
11
12
// define the trials for the experiment as a spec
@@ -100,7 +98,6 @@ function finish() {
100
98
</script>
101
99
102
<template>
103
- <div class="flex items-center justify-center select-none py-8">
104
<div class="flex items-center justify-center select-none py-8">
105
<!-- Show this for each trial -->
106
<div class="text-center" v-if="api.path[0] == 'stroop'">
0 commit comments