mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-04-30 22:29:01 +08:00
docs: 添加图标使用文档外链
This commit is contained in:
parent
0c0e7a465b
commit
491237919a
@ -9,9 +9,18 @@
|
||||
<template>
|
||||
<CommonPage show-footer>
|
||||
<template #title-suffix>
|
||||
<n-tag class="ml-12" type="primary">
|
||||
feather图标集 + isme自定义图标
|
||||
</n-tag>
|
||||
<n-tooltip
|
||||
placement="bottom"
|
||||
trigger="hover"
|
||||
>
|
||||
<template #trigger>
|
||||
<a href="https://juejin.cn/post/7394789388154241033" target="_blank" class="ml-12 flex cursor-pointer items-center hover:underline">
|
||||
<i class="i-simple-icons:juejin text-#1E80FF" />
|
||||
<span class="ml-4">Unocss 图标</span>
|
||||
</a>
|
||||
</template>
|
||||
点击查看如何使用 Unocss 图标
|
||||
</n-tooltip>
|
||||
</template>
|
||||
<ul class="grid grid-cols-[repeat(auto-fill,minmax(160px,1fr))] justify-items-center gap-16">
|
||||
<li
|
||||
|
Loading…
x
Reference in New Issue
Block a user