lint: format

This commit is contained in:
2025-12-11 00:26:27 +07:00
parent cfc4f4e0f7
commit 52415f91b0
22 changed files with 8297 additions and 10071 deletions

View File

@@ -1,3 +1,9 @@
<script setup lang="ts">
defineProps({
name: String,
});
</script>
<template>
<div id="container">
<strong>{{ name }}</strong>
@@ -5,12 +11,6 @@
</div>
</template>
<script setup lang="ts">
defineProps({
name: String,
});
</script>
<style scoped>
#container {
text-align: center;