Skip to content

Remove unnecessary quotes when using when using fat arrow attributes binding.  #2

Open
@michaelolof

Description

@michaelolof

So i think this is alot cleaner:

Current Way:

/** @VueLiteralCompiler Template */
const template = app => `
   <button @click="${ app.doSomething() }"></button>
`;

Proposed Way:

/** @VueLiteralCompiler Template */
const template = app => `
   <button @click=${ app.doSomething() }></button>
`;

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions