mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
export default defineNuxtLink({
|
|
componentName: 'PrimeVueNuxtLink',
|
|
trailingSlash: 'append'
|
|
});
|