rename loadingicon file
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import SMLoadingIcon from "./SMLoadingIconBalls.vue";
|
||||
import SMLoadingIcon from "./SMLoadingIcon.vue";
|
||||
|
||||
defineProps({
|
||||
loading: {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import SMLoadingIconToolbox from "./SMLoadingIconToolbox.vue";
|
||||
import SMLoadingIconBalls from "./SMLoadingIconBalls.vue";
|
||||
import SMLoadingIconBalls from "./SMLoadingIcon.vue";
|
||||
|
||||
defineProps({
|
||||
loading: {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import SMLoadingIcon from "./SMLoadingIconBalls.vue";
|
||||
import SMLoadingIcon from "./SMLoadingIcon.vue";
|
||||
|
||||
defineProps({
|
||||
loading: {
|
||||
|
||||
Reference in New Issue
Block a user