Skip to content

Bad Comment Example in docs #86

Closed
Closed
@lllama

Description

@lllama

The comment example in the README:

// app.vue
<template>
  <h1 class="red">{{msg}}</h1>
</template>

includes double slash comments. Unfortunately, this causes the file to be read by webpack but no output produced. HTML comments (i.e. <!-- -->) seem to work outside of the script tags.

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