Skip to content

Pug templates are not set as doctype html #894

Closed
@CaleCrawford

Description

@CaleCrawford

Version

3.0.0-alpha.13

Reproduction link

https://codesandbox.io/s/pjzpx376q

Steps to reproduce

  1. Create a new project using the CLI.
  2. Set to
  3. Install pug
  4. Create element with a boolean value e.g. b-navbar(toggleable type="light")
  5. Start app and load page.
  6. What is expected?

    The render output should be <b-navbar toggleable type="light">

    What is actually happening?

    The rendered output is b-navbar toggleable="toggleable" type="light">


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