修改动画不能展示问题
This commit is contained in:
parent
432c1ff71d
commit
d60d8822a6
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
import 'animate.css'
|
||||||
import { ref, onMounted, watch, onBeforeMount } from 'vue'
|
import { ref, onMounted, watch, onBeforeMount } from 'vue'
|
||||||
import { storeToRefs } from 'pinia'
|
import { storeToRefs } from 'pinia'
|
||||||
import { useScreenStore, useMainStore, useSnapshotStore, useSlidesStore } from './store'
|
import { useScreenStore, useMainStore, useSnapshotStore, useSlidesStore } from './store'
|
||||||
|
|
Loading…
Reference in New Issue