cleanup
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</AudioCard>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import {computed} from 'vue';
|
||||
import {computed, UnwrapNestedRefs} from 'vue';
|
||||
import {SfxGroupNode} from '../../model/Audio/SfxGroupNode';
|
||||
import AudioCard from './AudioCard.vue';
|
||||
import {groupBy} from '../../utils/groupBy';
|
||||
@@ -36,7 +36,7 @@ import SfxSound from './SfxSound.vue';
|
||||
|
||||
|
||||
const props = defineProps<{
|
||||
node: SfxGroupNode,
|
||||
node: UnwrapNestedRefs<SfxGroupNode>,
|
||||
}>();
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
||||
Reference in New Issue
Block a user