do we have a way to write compostion api script setup with cdn like this?
<template>
{{message}}
</template>
<script setup>
message:"welcome";
</script>
I searched for it but found no solutions I used it in vue 2 and it is available in vue 3 options api but is there anyway to do the same in script setup? Thanks