es lint fix

This commit is contained in:
thofx
2023-07-22 16:09:07 +08:00
parent 48749b29fe
commit 018778488a
80 changed files with 3994 additions and 2981 deletions
+3 -3
View File
@@ -1,9 +1,11 @@
<script setup lang="ts">
import { useTheme } from 'vuetify'
import misc404 from '@images/pages/404.png'
import miscMaskDark from '@images/pages/misc-mask-dark.png'
import miscMaskLight from '@images/pages/misc-mask-light.png'
import tree from '@images/pages/tree.png'
import { useTheme } from 'vuetify'
const props = defineProps<Props>()
const vuetifyTheme = useTheme()
@@ -16,8 +18,6 @@ interface Props {
errorTitle?: string
errorDescription?: string
}
const props = defineProps<Props>()
</script>
<template>