Skip to content

Commit

Permalink
feat(katzencore): ESLint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlkatze committed Jul 19, 2024
1 parent 3a7523a commit 8fc2a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
</script>

<template>
<slot></slot>
<slot/>
</template>
2 changes: 1 addition & 1 deletion src/runtime/pages/KatzeLogin.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import {definePageMeta, navigateTo, ref, useCookie} from '#imports'
import { definePageMeta, navigateTo, ref, useCookie } from '#imports'
const username = ref('')
const password = ref('')
Expand Down

0 comments on commit 8fc2a81

Please sign in to comment.