refactor: rename icon-animation (#243)
This commit is contained in:
@@ -6,7 +6,7 @@ import { ref } from 'vue'
|
||||
|
||||
import IconAnimation from '../../../components/IconAnimation.vue'
|
||||
import Live2DSettings from '../../../components/Widgets/Live2DSettings.vue'
|
||||
import { useIconAnimation } from '../../../composables/useIconAnimation'
|
||||
import { useIconAnimation } from '../../../composables/icon-animation'
|
||||
|
||||
const live2dContainerRef = ref<HTMLDivElement>()
|
||||
const live2dCanvasRef = ref<InstanceType<typeof Live2DCanvas>>()
|
||||
|
||||
@@ -4,7 +4,7 @@ import { computed } from 'vue'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
|
||||
import IconAnimation from '../../../components/IconAnimation.vue'
|
||||
import { useIconAnimation } from '../../../composables/useIconAnimation'
|
||||
import { useIconAnimation } from '../../../composables/icon-animation'
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import { useProvidersStore } from '@proj-airi/stage-ui/stores'
|
||||
import { storeToRefs } from 'pinia'
|
||||
|
||||
import IconAnimation from '../../../components/IconAnimation.vue'
|
||||
import { useIconAnimation } from '../../../composables/useIconAnimation'
|
||||
import { useIconAnimation } from '../../../composables/icon-animation'
|
||||
|
||||
const providersStore = useProvidersStore()
|
||||
const {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import IconAnimation from '../../../components/IconAnimation.vue'
|
||||
import { useIconAnimation } from '../../../composables/useIconAnimation'
|
||||
import { useIconAnimation } from '../../../composables/icon-animation'
|
||||
|
||||
const {
|
||||
iconAnimationStarted,
|
||||
|
||||
Reference in New Issue
Block a user