Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

[Bug] It should compile vue files without <template> #18

Closed
@posva

Description

@posva

This is when you create a render function.

It should be enough to change at line 155:

    const template = nodes.template
            ? processTemplate(nodes.template, filePath, code, options)
            : null;
    if (options.compileTemplate && template) {

Everything else is just the same

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