-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Labels
lang: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.
Description
Prettier 2.8.4
Playground link
--parser vueInput:
<script lang="ts"></script>
<template>
<comp :foo="(a:string)=>1"/>
</template>Output:
<script lang="ts"></script>
<template>
<comp :foo="(a:string)=>1" />
</template>Expected behavior:
<script lang="ts"></script>
<template>
<comp :foo="(a: string) => 1" />
</template>Metadata
Metadata
Assignees
Labels
lang: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.