mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Move nuxt-primevue to showcase and change plugin names
This commit is contained in:
parent
466ff52431
commit
5440d3d6ea
14 changed files with 583 additions and 303 deletions
8
modules/nuxt-primevue/runtime/core/directives/index.js
Normal file
8
modules/nuxt-primevue/runtime/core/directives/index.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
export const directives = [
|
||||
{ name: 'badge', as: 'BadgeDirective', from: 'primevue/badgedirective' },
|
||||
{ name: 'tooltip', as: 'Tooltip', from: 'primevue/tooltip' },
|
||||
{ name: 'ripple', as: 'Ripple', from: 'primevue/ripple' },
|
||||
{ name: 'styleclass', as: 'StyleClass', from: 'primevue/styleclass' },
|
||||
{ name: 'focustrap', as: 'FocusTrap', from: 'primevue/focustrap' },
|
||||
{ name: 'animate', as: 'Animate', from: 'primevue/animate' }
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue