Reformat using prettier

This commit is contained in:
Joscha 2025-03-02 17:52:12 +01:00
parent 8e82248f5e
commit 3109f510fd
8 changed files with 15 additions and 15 deletions

View file

@ -1,9 +1,9 @@
<script setup lang="ts">
import { ref } from 'vue'
import { ref } from "vue";
defineProps<{ msg: string }>()
defineProps<{ msg: string }>();
const count = ref(0)
const count = ref(0);
</script>
<template>