refactor: support iconpark in menu and header

This commit is contained in:
Tim
2025-09-05 22:20:46 +08:00
parent 741bd115d5
commit 50848e0da1
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,
@@ -49,6 +52,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)