Add more permissions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user