Skip to content

Commit

Permalink
Fix eslintrc, run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Feb 1, 2024
1 parent b7ca60d commit a308466
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/components/PadButton.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { computed } from "@vue/reactivity";
import { useAttrs } from "@vue/runtime-core";
import { computed, useAttrs } from "vue";
import type { RouteLocationRaw } from "vue-router";
defineProps<{
Expand Down
2 changes: 1 addition & 1 deletion src/corpus/job/ProgressBar.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { computed } from "@vue/runtime-core";
import { computed } from "vue";
import { useI18n } from "vue-i18n";
const props = defineProps<{
Expand Down

0 comments on commit a308466

Please sign in to comment.