Closed
Description
sfc.vuejs.org/
Steps to reproduce
<template>
<div>
<p>
hello world
</p>
</div>
</template>
Inspect "hello world".
There are spaces before and after "hello world" caused by spacing and newline in the template.
What is expected?
<p>hello world</p>
What is actually happening?
<p> hello world </p>
Metadata
Metadata
Assignees
Labels
No labels