v0.3.0
Features
- Added
vBindSameNameShortHand
option, so you can switch between the following two code styles for your Vue components:
<template>
<div :title></div>
</template>
and
<template>
<div :title="title"></div>
</template>
Fixes
- Fixed formatting Vue
v-slot
as expressions. They should be formatted as patterns. - Fixed formatting expressions incorrectly in some cases, especially with Biome.