Skip to content

Commit bf6fa61

Browse files
committed
Fix LayoutStepper name
1 parent 89a5971 commit bf6fa61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LayoutStepper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import { defineComponent, computed } from 'vue'
3838
import { useRoute } from 'vue-router'
3939
4040
export default defineComponent({
41-
name: 'StepperLayout',
41+
name: 'LayoutStepper',
4242
components: {
4343
Header,
4444
Preview,

0 commit comments

Comments
 (0)