Merge pull request #890 from nagisa77/codex/adapt-menucomponent-and-headercomponent-for-iconpark

refactor: support iconpark in menu and header
This commit is contained in:
Tim
2025-09-05 22:22:18 +08:00
committed by GitHub
3 changed files with 15 additions and 9 deletions

View File

@@ -18,6 +18,9 @@ import {
Next,
DropDownList,
MoreOne,
SunOne,
Moon,
ComputerOne,
Comment,
Link,
SlyFaceWhitSmile,
@@ -52,6 +55,9 @@ export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.component('Next', Next)
nuxtApp.vueApp.component('DropDownList', DropDownList)
nuxtApp.vueApp.component('MoreOne', MoreOne)
nuxtApp.vueApp.component('SunOne', SunOne)
nuxtApp.vueApp.component('Moon', Moon)
nuxtApp.vueApp.component('ComputerOne', ComputerOne)
nuxtApp.vueApp.component('CommentIcon', Comment)
nuxtApp.vueApp.component('LinkIcon', Link)
nuxtApp.vueApp.component('SlyFaceWhitSmile', SlyFaceWhitSmile)