mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-07 07:12:23 +03:00
docs: bring over springloaded fonts
This commit is contained in:
@@ -80,7 +80,7 @@ const router = { pathname: '' }
|
||||
></div>
|
||||
<nav class="w-64 pr-8 text-base lg:text-sm xl:w-72 xl:pr-16">
|
||||
<ul role="list" class="space-y-9">
|
||||
<li v-for="section in navigation" key="section.title">
|
||||
<li v-for="section in navigation" :key="section.title">
|
||||
<h2 class="font-display font-medium text-slate-900 dark:text-white">
|
||||
{{ section.title }}
|
||||
</h2>
|
||||
@@ -90,7 +90,7 @@ const router = { pathname: '' }
|
||||
>
|
||||
<li
|
||||
v-for="link in section?.links"
|
||||
key="link.href"
|
||||
:key="link.href"
|
||||
class="relative"
|
||||
>
|
||||
<NuxtLink
|
||||
|
||||
Reference in New Issue
Block a user