<img width="852" height="145" alt="Image" src="https://github.com/user-attachments/assets/a1192566-e548-4220-9452-2b73ab25d913" /> dprint markup_fmt format ``` :class="{ //.... }" ``` to ``` :class=" { //... } " ``` which make vite-plugin-vue2 failed during development but it works in vue3 and build process.