@nuxt/ui
Version:
A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
41 lines (40 loc) • 577 B
JavaScript
export const linkKeys = [
"active",
"activeClass",
"ariaCurrentValue",
"as",
"disabled",
"download",
"exact",
"exactActiveClass",
"exactHash",
"exactQuery",
"external",
"form",
"formaction",
"formenctype",
"formmethod",
"formnovalidate",
"formtarget",
"href",
"hreflang",
"inactiveClass",
"locale",
"media",
"noPrefetch",
"noRel",
"onClick",
"ping",
"prefetch",
"prefetchOn",
"prefetchedClass",
"referrerpolicy",
"rel",
"replace",
"target",
"title",
"to",
"trailingSlash",
"type",
"viewTransition"
];