export default function ({ $vuetify }) { const theme = localStorage.getItem('theme') ?? 'light' $vuetify.theme.dark = theme === 'dark' }