File tree Expand file tree Collapse file tree 2 files changed +3
-56
lines changed
packages/courseware/src/typing/questions/falling-letters Expand file tree Collapse file tree 2 files changed +3
-56
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,9 @@ Test page works.
66import TestComponent from ' @vue-skuilder/courseware/typing/questions/falling-letters/TestComponent.vue'
77import { defineAsyncComponent } from ' vue'
88
9- const FallingLetters = defineAsyncComponent ({
10- loader : () => import (' @vue-skuilder/courseware/typing/questions/falling-letters/FallingLettersWrapper.vue' ),
11- errorComponent : () => ' Failed to load FallingLetters wrapper' ,
12- loadingComponent : () => ' Loading FallingLetters wrapper...' ,
13- })
9+ const FallingLetters = defineAsyncComponent (
10+ () => import (' @vue-skuilder/courseware/typing/questions/falling-letters/FallingLetters.vue' )
11+ )
1412</script >
1513
1614## Test Component (Working)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments