mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Initial commit for nuxt
This commit is contained in:
parent
271fd62d8d
commit
3cb3910561
1047 changed files with 15090 additions and 175754 deletions
|
@ -1,26 +0,0 @@
|
|||
const BadgeDirectiveModifiers = [
|
||||
{
|
||||
name: "success",
|
||||
description: "Overrides default severity color"
|
||||
},
|
||||
{
|
||||
name: "info",
|
||||
description: "Default color for severity levels"
|
||||
},
|
||||
{
|
||||
name: "warning",
|
||||
description: "Overrides default severity color"
|
||||
},
|
||||
{
|
||||
name: "danger",
|
||||
description: "Overrides default severity color"
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
badgedirective: {
|
||||
name: "BadgeDirective",
|
||||
description: "When Badge used as a directive, badge needs to be configured at the application with a name of your choice.",
|
||||
"vue-modifiers": BadgeDirectiveModifiers
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue