Skip to content

js syntax highlighting in @events and :bindings on template #143

Open
@vhoyer

Description

@vhoyer

Is it possible to have the js syntax hightlighting inside the v-bind and v-on directives and stuff on a template?

<template>
  <label :aria-label="`omg look at ${ myProp }`"> <!-- this -->
    <button @click="myMethod('static', $event)"> <!-- this too -->
      {{ bla() /* <- this also */ }}
    </button>
  </label>
</template>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions