mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
use correct language tag for script
This commit is contained in:
parent
2b162f8482
commit
d9c532a1f8
@ -3,7 +3,7 @@
|
|||||||
<template v-else><slot name="placeholder" /></template>
|
<template v-else><slot name="placeholder" /></template>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script lang="ts" setup>
|
||||||
import { ref, onMounted } from 'vue'
|
import { ref, onMounted } from 'vue'
|
||||||
|
|
||||||
const isMounted = ref(false)
|
const isMounted = ref(false)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user