pull/5179/head
daiwei 3 months ago
parent 9d51f3083f
commit 9d979ff1df

@ -1,4 +1,4 @@
<script setup vapor>
<script setup>
import { useSlots } from 'vue'
const slots = useSlots()
</script>

@ -1,4 +1,4 @@
<script setup vapor lang="ts">
<script setup lang="ts">
import { useSlots } from 'vue'
const slots = useSlots()
</script>

Loading…
Cancel
Save