build: add name to components which failed lint check
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
import { getDarkMode } from '../../utils/localStorage'
|
||||
|
||||
export default {
|
||||
name: 'ThemedLayout',
|
||||
setup(props, context) {
|
||||
context.root.$vuetify.theme.dark = getDarkMode()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user