From 996a2326c8f2b6b1c38c149d168b9e5f28a0926b Mon Sep 17 00:00:00 2001 From: svenadlung Date: Mon, 22 Nov 2021 17:33:02 +0100 Subject: [PATCH] Demo previews: Make React the first tab by default --- demos/preview/Demo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/preview/Demo.vue b/demos/preview/Demo.vue index 3d223567..458e5eeb 100644 --- a/demos/preview/Demo.vue +++ b/demos/preview/Demo.vue @@ -114,7 +114,7 @@ export default { sources: {}, currentTab: null, currentFile: null, - tabOrder: ['Vue', 'React'], + tabOrder: ['React', 'Vue'], debugJSON: null, showDebug: false, }