]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: remove duplicate css classes in example (#1693)
authorOzgur Atmaca <ozguratmaca@gmail.com>
Sat, 11 Feb 2023 19:02:38 +0000 (20:02 +0100)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 15 Feb 2023 08:52:45 +0000 (09:52 +0100)
packages/docs/guide/advanced/extending-router-link.md

index ca950f09e611dbae3625bc3bc06e08b086ad8be5..6b4ff25c49d8a137a793378ac4d58db48c658ea0 100644 (file)
@@ -84,7 +84,7 @@ In practice, you might want to use your `AppLink` component for different parts
 <template>
   <AppLink
     v-bind="$attrs"
-    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"
     active-class="border-indigo-500 text-gray-900 focus:border-indigo-700"
     inactive-class="text-gray-500 hover:text-gray-700 hover:border-gray-300 focus:text-gray-700 focus:border-gray-300"
   >