-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
area:no-semilang:vueIssues affecting VueIssues affecting Vuelocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.status:needs discussionIssues needing discussion and a decision to be made before action can be takenIssues needing discussion and a decision to be made before action can be taken
Description
Prettier 2.1.0
Playground link
--arrow-parens avoid
--parser vue
--no-semi
--trailing-comma noneInput:
<template>
<v-map @loaded="(map = $event) && initMap()"></v-map>
</template>
Output:
<template>
<v-map @loaded=";(map = $event) && initMap()"></v-map>
</template>
Expected behavior:
<template>
<v-map @loaded="(map = $event) && initMap()"></v-map>
</template>brody4hire, eevleevs and so1ve
Metadata
Metadata
Assignees
Labels
area:no-semilang:vueIssues affecting VueIssues affecting Vuelocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.status:needs discussionIssues needing discussion and a decision to be made before action can be takenIssues needing discussion and a decision to be made before action can be taken