Update loading icon

This commit is contained in:
2023-02-21 14:10:11 +10:00
parent b7814ac2a4
commit 77d2786937
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import SMLoadingIcon from "./SMLoadingIcon.vue"; import SMLoadingIcon from "./SMLoadingIconBalls.vue";
defineProps({ defineProps({
loading: { loading: {

View File

@@ -12,7 +12,7 @@
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import SMLoadingIcon from "./SMLoadingIcon.vue"; import SMLoadingIcon from "./SMLoadingIconBalls.vue";
defineProps({ defineProps({
loading: { loading: {