/
Handdas
/
Task_Manager
Обзор
Документация
Войти
/
Handdas
/
Task_Manager
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
frontend/src/components/TopMenuItem.vue
15 строк
155 B
Your Name
first things
09 сен 2025, 13:25
09 сен 2025, 13:25
0a4d486
Код
Авторство
О чём код?
<script setup> defineProps({ clr: { type: String; required: true; }, }) </script> <template> </template> <style scoped> </style>