7

I have the following custom directive in vue

<h1 v-role="'admin'">Your Dashboard</h1>

It works fine but would be cleaner without the single quotes. Is this possible?

  <h1 v-role="admin">Your Dashboard</h1>
LeBlaireau
  • 17,133
  • 33
  • 112
  • 192

0 Answers0