Skip to content

Commit 9bb8ced

Browse files
committed
add vue imports... working
1 parent 784600c commit 9bb8ced

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/courseware/src/typing/questions/falling-letters/TestComponent.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919

2020
<script setup lang="ts">
2121
// FallingLetters.vue imports to test incrementally:
22-
// import { defineComponent, ref, onMounted, onUnmounted, PropType } from 'vue';
2322
2423
// Current working imports:
25-
import { ref } from 'vue';
24+
import { defineComponent, ref, onMounted, onUnmounted, PropType } from 'vue';
2625
import { Letter, TreePosition } from './types';
2726
import { ViewData } from '@vue-skuilder/common';
2827
import { useViewable, useQuestionView } from '@vue-skuilder/common-ui';

0 commit comments

Comments
 (0)