use correct language tag for script

This commit is contained in:
Ulf Gebhardt 2023-11-25 11:48:58 +01:00
parent 2b162f8482
commit d9c532a1f8
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -3,7 +3,7 @@
<template v-else><slot name="placeholder" /></template>
</template>
<script setup>
<script lang="ts" setup>
import { ref, onMounted } from 'vue'
const isMounted = ref(false)