Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 07:44
· 180 commits to main since this release
v0.3.0
dfcfa20

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.