This commit is contained in:
philipp lang 2024-03-15 00:56:43 +01:00
parent 4320379d1a
commit 228fd01e26
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
</template>
<script setup>
import { computed } from 'vue';
import {computed} from 'vue';
import VText from './VText.vue';
const emit = defineEmits(['update:modelValue']);