3👍
You can pass dark: true
as an option of Quasar’s plugin during registration.
app.use(Quasar, {
plugins: {}, // import Quasar plugins and add here
config: {
dark: true,
},
});
- [Vuejs]-Vue project – Uncaught TypeError: Cannot read properties of null (reading 'offsetWidth') error for a custom js script
- [Vuejs]-Check all checkbox by class name
Source:stackexchange.com