File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,7 @@ Test page works.
44
55<script setup lang =" ts " >
66import TestComponent from ' @vue-skuilder/courseware/typing/questions/falling-letters/TestComponent.vue'
7- import { defineAsyncComponent } from ' vue'
8-
9- const FallingLetters = defineAsyncComponent (
10- () => import (' @vue-skuilder/courseware/typing/questions/falling-letters/FallingLetters.vue' )
11- )
7+ import FallingLetters from ' @vue-skuilder/courseware/typing/questions/falling-letters/FallingLetters.vue'
128</script >
139
1410## Test Component (Working)
@@ -17,6 +13,4 @@ const FallingLetters = defineAsyncComponent(
1713
1814## FallingLetters Component (Testing 1)
1915
20- <ClientOnly >
21- <FallingLetters :data =" [{ gameLength: 30, initialSpeed: 1, acceleration: 0.2, spawnInterval: 1 }] " />
22- </ClientOnly >
16+ <FallingLetters :data =" [{ gameLength: 30, initialSpeed: 1, acceleration: 0.2, spawnInterval: 1 }] " />
You can’t perform that action at this time.
0 commit comments