Skip to content

Commit

Permalink
Merge pull request Chanzhaoyu#268 from Fanlu91/fix_button
Browse files Browse the repository at this point in the history
fix: Failed to resolve component NButton
  • Loading branch information
Kerwin1202 authored Jun 23, 2023
2 parents 259847b + d28de1b commit af2f07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/chat/components/Message/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang='ts'>
import { computed, ref } from 'vue'
import { NButtonGroup, NDropdown, NPopover, NSpace, useMessage } from 'naive-ui'
import { NButton, NButtonGroup, NDropdown, NPopover, NSpace, useMessage } from 'naive-ui'
import AvatarComponent from './Avatar.vue'
import TextComponent from './Text.vue'
import { SvgIcon } from '@/components/common'
Expand Down

0 comments on commit af2f07b

Please sign in to comment.