fix: remove useless code

This commit is contained in:
pipipi-pikachu 2022-04-09 13:50:09 +08:00
parent 8b1cb0a033
commit 692ce11244

View File

@ -26,7 +26,7 @@
</template>
<script lang="ts">
import { computed, defineComponent, inject, PropType, Ref, ref } from 'vue'
import { computed, defineComponent, inject, PropType, ref } from 'vue'
import { storeToRefs } from 'pinia'
import { useSlidesStore } from '@/store'
import { PPTVideoElement } from '@/types/slides'