mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 01:10:40 +01:00
@@ -127,7 +127,7 @@ export const getNuxtLinkProps = (props) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const getULinkProps = (props) => {
|
export const getULinkProps = (props) => {
|
||||||
const keys = [...Object.keys(nuxtLinkProps), ...Object.keys(uLinkProps)]
|
const keys = [...Object.keys(nuxtLinkProps), ...Object.keys(uLinkProps), 'ariaLabel']
|
||||||
|
|
||||||
return keys.reduce((acc, key) => {
|
return keys.reduce((acc, key) => {
|
||||||
if (props[key] !== undefined) {
|
if (props[key] !== undefined) {
|
||||||
|
|||||||
Reference in New Issue
Block a user