Skip to content

Commit fc27084

Browse files
example improvements
1 parent 403d06f commit fc27084

File tree

3 files changed

+3
-70
lines changed

3 files changed

+3
-70
lines changed

example/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ if (showAll) {
148148
requireContextDebug.keys().reduce((acc, key) => {
149149
const component = requireContextDebug(key).default;
150150
component.order += order;
151+
component.display = `DEBUG: ${component.display}`;
151152
acc[component.name] = component;
152153
return acc;
153154
}, components);

example/components/nested/draggable-list.vue

Lines changed: 0 additions & 68 deletions
This file was deleted.

example/debug-components/simple-2.vue renamed to example/debug-components/future-index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ import draggableList from "./nested/draggable-list";
5454
5555
let id = 1;
5656
export default {
57-
name: "simple-2",
58-
display: "Simple 2",
57+
name: "future-index",
58+
display: "Future index",
5959
order: 1,
6060
debug: true,
6161
components: {

0 commit comments

Comments
 (0)