[ ] ๐ Documentation (updates to the documentation or readme)
[ ] ๐ Bug fix (a non-breaking change that fixes an issue)
[ ] ๐ Enhancement (improving an existing functionality)
[ ] โจ New feature (a non-breaking change that adds functionality)
[x] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
Since <script setup lang="ts"> and <script lang="ts" setup> were mixed, we unified them to <script setup lang="ts">.
Although it was a detailed correction, I thought it would be better to unify it.
๐ Linked issue
related nuxt-ui-pro/saas#46
โ Type of change
๐ Description
Since
<script setup lang="ts">
and<script lang="ts" setup>
were mixed, we unified them to<script setup lang="ts">
. Although it was a detailed correction, I thought it would be better to unify it.