We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a5953 commit a18045bCopy full SHA for a18045b
src/pages/quick-start/builder/choices.ts
@@ -80,11 +80,11 @@ export const LANGS_WEB: DisplayChoice[] = [
80
];
81
82
export const LANGS_WEB_PNP: DisplayChoice[] = [
83
+ { key: REACT, displayName: "React" },
84
{ key: REACT_HOOKS, displayName: "React Hooks" },
85
+ { key: VUE, displayName: "Vue" },
86
{ key: VUE_COMPOSABLES, displayName: "Vue Composables" },
- { key: REACT, displayName: "React" },
87
{ key: NEXTJS, displayName: "Next JS" },
- { key: VUE, displayName: "Vue" },
88
{ key: ANGULAR, displayName: "Angular" },
89
{ key: HTML, displayName: "Vanilla JS" },
90
0 commit comments