mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Visual demo fixes
This commit is contained in:
parent
50dd991655
commit
f534e4a1ad
19 changed files with 95 additions and 47 deletions
|
@ -20,13 +20,15 @@ import { createApp } from 'vue';
|
|||
import PrimeVue from 'primevue/config';
|
||||
const app = createApp(App);
|
||||
|
||||
app.use(PrimeVue, { ripple: true });`
|
||||
app.use(PrimeVue, { ripple: true });
|
||||
`
|
||||
},
|
||||
code2: {
|
||||
basic: `
|
||||
import Ripple from 'primevue/ripple';
|
||||
|
||||
app.directive('ripple', Ripple);`
|
||||
app.directive('ripple', Ripple);
|
||||
`
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue