Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit be13ebd

Browse files
committed
chore(demo): fix component names
1 parent b4fce19 commit be13ebd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/src/components/Dialogs/ScrollDialog/ScrollDialog.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import { GDialog } from 'plugin'
3838
import DialogToolbar from '@/components/Dialog/DialogToolbar.vue'
3939
4040
export default defineComponent({
41-
name: 'ScrollDialogCompoenent',
41+
name: 'ScrollDialog',
4242
components: {
4343
GDialog,
4444
DialogToolbar,

demo/src/components/Dialogs/StyledDialog/StyledDialog.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { GDialog } from 'plugin'
3030
import DialogToolbar from '@/components/Dialog/DialogToolbar.vue'
3131
3232
export default defineComponent({
33-
name: 'BaseDialog',
33+
name: 'StyledDialog',
3434
components: {
3535
GDialog,
3636
DialogToolbar,

0 commit comments

Comments
 (0)