Skip to content

Commit cc11f94

Browse files
laygirposva
authored andcommitted
docs: remove duplicate css classes in example (#1693)
1 parent 7f5fb5c commit cc11f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/guide/advanced/extending-router-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ In practice, you might want to use your `AppLink` component for different parts
8484
<template>
8585
<AppLink
8686
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"
87+
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"
8888
active-class="border-indigo-500 text-gray-900 focus:border-indigo-700"
8989
inactive-class="text-gray-500 hover:text-gray-700 hover:border-gray-300 focus:text-gray-700 focus:border-gray-300"
9090
>

0 commit comments

Comments
 (0)