Skip to content

Vue mode quoting anomaly #19

@nottledim

Description

@nottledim

<q-dialog v-model='PromptName'/>

converts to:

q-dialog(v-model="'PromptName'")

which is not liked:
VueCompilerError: v-model value must be a valid JavaScript member expression.

To my mind it's valid javascript and node doesn't mind but it is a bit odd.

It only seems to happen with v-model (maybe all v- attributes).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions