/
githubmirror
/
photoprism
Обзор
Документация
Войти
/
githubmirror
/
photoprism
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
frontend/src/component/loading.vue
9 строк
222 B
Michael Mayer
Frontend: Introduce reusable context constants across components & tests
27 ноя 2025, 18:34
27 ноя 2025, 18:34
9231bfc
Код
Авторство
О чём код?
<template> <v-progress-circular size="112" :width="5" color="surface-variant" indeterminate tabindex="-1" class="opacity-60"></v-progress-circular> </template> <script> export default { name: "PLoading", }; </script>