Skip to content

Commit

Permalink
chore: fix ElMessage key
Browse files Browse the repository at this point in the history
  • Loading branch information
nekobc1998923 committed Aug 11, 2022
1 parent 0aa3e23 commit c43406e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import vitecamp from '@/assets/svg/vitecamp.svg?component';
const { t } = useI18n();
ElMessage.info({ message: 'welcome', duration: 1000 });
ElMessage.success({ message: 'welcome', duration: 1000 });
ElNotification({
title: 'Issue',
message: 'If you encounter problems in using the template, please raise them in the issue',
Expand Down

0 comments on commit c43406e

Please sign in to comment.