mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-11 11:45:15 +08:00
Demo previews: Make React the first tab by default
This commit is contained in:
parent
53f6ad47bc
commit
996a2326c8
@ -114,7 +114,7 @@ export default {
|
|||||||
sources: {},
|
sources: {},
|
||||||
currentTab: null,
|
currentTab: null,
|
||||||
currentFile: null,
|
currentFile: null,
|
||||||
tabOrder: ['Vue', 'React'],
|
tabOrder: ['React', 'Vue'],
|
||||||
debugJSON: null,
|
debugJSON: null,
|
||||||
showDebug: false,
|
showDebug: false,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user