fix: dropdown settings buttons | fix: improve model selector
I should have split this into two commits, but I found the issue with the settings buttons *after* I changed how the model selector worked, so its all in this single commit.
This commit is contained in:
+8
-8
@@ -70,14 +70,14 @@ export default defineNuxtConfig({
|
||||
tagPosition: 'bodyOpen',
|
||||
type: 'text/javascript',
|
||||
},
|
||||
// {
|
||||
// src: 'https://cdn.jsdelivr.net/npm/eruda',
|
||||
// },
|
||||
// {
|
||||
// innerHTML: `
|
||||
// eruda.init();
|
||||
// `,
|
||||
// }
|
||||
{
|
||||
src: 'https://cdn.jsdelivr.net/npm/eruda',
|
||||
},
|
||||
{
|
||||
innerHTML: `
|
||||
eruda.init();
|
||||
`,
|
||||
}
|
||||
]
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user