ci: remove prettier and use eslint for formatting
This commit is contained in:
@@ -10,7 +10,7 @@ import { useState } from '~/store'
|
||||
|
||||
export default {
|
||||
name: 'ThemedLayout',
|
||||
setup() {
|
||||
setup () {
|
||||
const instance = getCurrentInstance()
|
||||
const state = useState()
|
||||
if (instance) {
|
||||
|
||||
Reference in New Issue
Block a user