<script setup vapor lang="ts"> const msg = 'vapor compA' </script> <template> <div>{{ msg }}</div> </template>