mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-02 10:00:54 +08:00
feat: 表情新增
This commit is contained in:
@@ -20,7 +20,8 @@ import {
|
||||
MoreOne,
|
||||
Comment,
|
||||
Link,
|
||||
FaceWithoutMouth,
|
||||
SlyFaceWhitSmile,
|
||||
Like,
|
||||
} from '@icon-park/vue-next'
|
||||
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
@@ -44,5 +45,6 @@ export default defineNuxtPlugin((nuxtApp) => {
|
||||
nuxtApp.vueApp.component('MoreOne', MoreOne)
|
||||
nuxtApp.vueApp.component('CommentIcon', Comment)
|
||||
nuxtApp.vueApp.component('LinkIcon', Link)
|
||||
nuxtApp.vueApp.component('FaceWithoutMouth', FaceWithoutMouth)
|
||||
nuxtApp.vueApp.component('SlyFaceWhitSmile', SlyFaceWhitSmile)
|
||||
nuxtApp.vueApp.component('Like', Like)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user