We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5fb5c commit cc11f94Copy full SHA for cc11f94
packages/docs/guide/advanced/extending-router-link.md
@@ -84,7 +84,7 @@ In practice, you might want to use your `AppLink` component for different parts
84
<template>
85
<AppLink
86
v-bind="$attrs"
87
- class="inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium leading-5 text-gray-500 focus:outline-none transition duration-150 ease-in-out hover:text-gray-700 hover:border-gray-300 focus:outline-none focus:text-gray-700 focus:border-gray-300 transition duration-150 ease-in-out"
+ class="inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium leading-5 text-gray-500 hover:text-gray-700 hover:border-gray-300 focus:outline-none focus:text-gray-700 focus:border-gray-300 transition duration-150 ease-in-out"
88
active-class="border-indigo-500 text-gray-900 focus:border-indigo-700"
89
inactive-class="text-gray-500 hover:text-gray-700 hover:border-gray-300 focus:text-gray-700 focus:border-gray-300"
90
>
0 commit comments