Skip to content

Commit

Permalink
refactor: change component name in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadlgdo committed May 27, 2024
1 parent 2542259 commit 3fa326f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/_vue3-migration-test/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export { default as TestBaseColumnPickerDropdown } from './column-picker/test-ba
export { default as TestBaseColumnPickerList } from './column-picker/test-base-column-picker-list.vue';
export { default as TestBaseDropdown } from './test-base-dropdown.vue';
export { default as TestBaseEventButton } from './test-base-event-button.vue';
export { default as TestLayoutsComposable } from './test-layouts-composable.vue';
export { default as TestUseLayouts } from './test-use-layouts.vue';
8 changes: 4 additions & 4 deletions packages/_vue3-migration-test/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
TestSortPickerList,
TestBaseScroll,
TestSearchBox,
TestLayoutsComposable
TestUseLayouts
} from './';

const routes = [
Expand Down Expand Up @@ -107,9 +107,9 @@ const routes = [
component: TestElementsList
},
{
path: '/test-layouts-composable',
name: 'TestLayoutsComposable',
component: TestLayoutsComposable
path: '/test-use-layouts',
name: 'TestUseLayouts',
component: TestUseLayouts
}
];

Expand Down

0 comments on commit 3fa326f

Please sign in to comment.