Deleted Child.vue

This commit is contained in:
2024-06-12 14:37:06 +02:00
parent a3ec0fa06d
commit a289c8dd0f

View File

@@ -1,7 +0,0 @@
<script setup>
const model = defineModel()
</script>
<template>
<span>My input</span> <input v-model="model">
</template>