|
@@ -5,6 +5,7 @@ import { Vue3Lottie } from 'vue3-lottie';
|
|
|
import AstronautJSON from './datas/data.json';
|
|
|
import 'vue3-lottie/dist/style.css';
|
|
|
import loading from './loading.gif';
|
|
|
+import loadingJSon from './loading.json';
|
|
|
export default defineComponent({
|
|
|
name: 's-full-refresh',
|
|
|
props: {
|
|
@@ -41,7 +42,7 @@ export default defineComponent({
|
|
|
loading: () => (
|
|
|
<div>
|
|
|
{
|
|
|
- <Image src={loading} class={styles.loading} />
|
|
|
+ <Image src={loadingJSon.loading} class={styles.loading} />
|
|
|
// <Vue3Lottie
|
|
|
// class={styles.animateWrap}
|
|
|
// animationData={AstronautJSON}></Vue3Lottie>
|