Skip to content

In Vue template getting white space between element and text #1633

Closed
@sanjaybishi

Description

@sanjaybishi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions