chore: script setup order definition

This commit is contained in:
Benjamin Canac
2024-08-23 16:02:46 +02:00
parent 6a10b27b98
commit a261028f6e
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<script lang="ts" setup>
<script setup lang="ts">
import { inject } from 'vue'
import { useModal, modalInjectionKey } from '../composables/useModal'