<script setup lang="ts"> defineProps<{ msg: string }>() </script> /*all scripts are now set with <script setup lang="ts"></script>*/