mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
refactor: update YSpinner to use useSettings
This commit is contained in:
parent
e553925e9a
commit
6ad9728ef4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { useStoreGetters } from '@/store/utils'
|
import { useSettings } from '@/composables/useSettings'
|
||||||
|
|
||||||
const { spinner } = useStoreGetters()
|
const { spinner } = useSettings()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
Loading…
Reference in a new issue