Closed IvanDreamer closed 6 years ago
I decided to use HAML in .vue files. And I noticed some oddness: Working code:
<template lang='haml'> #app %p R{{message}} </template>
Not working code:
<template lang='haml'> #app %p {{message}} </template>
If I put something before {{message}} it works, but without it does not.
Could someone help with that?
I decided to use HAML in .vue files. And I noticed some oddness: Working code:
Not working code:
If I put something before {{message}} it works, but without it does not.
Could someone help with that?