Add more permissions

This commit is contained in:
Simon Pocrnjič
2025-10-31 10:16:38 +01:00
parent 7d4d18143d
commit ed4f67effb
18 changed files with 404 additions and 193 deletions
@@ -10,6 +10,12 @@ defineProps({
type: String,
default: 'bg-blue-500'
},
// Optional text color utility class (e.g., 'text-white', 'text-gray-800').
// Left empty by default because the base class already includes 'text-white'.
color: {
type: String,
default: ''
},
});
const isHover = ref(false);