Vue does not support es6 template syntax?

something like this

<td rowspan="3">
{{aaa}}
</td>

aaa=`ldjflaksjflsdkjflsdkfj
dsfdsfasdfsdafa`;
Dec.07,2021

supported, how to build your vue project. If it is the direct introduction of vue.min.js. Then you need to configure babelrc to compile es6

if the project is built through vue-cli. See if your grammar is wrong

aaa=`ldjflaksjflsdkjflsdkfjdsfdsfasdfsdafa`;

are you writing this wrong? the template syntax is not

.
var a = `ddasdasdasdasd`

is that what it says?


?
left and right three backslashes. This is the syntax code block of markdown .
Vue is definitely not supported.


according to the rules
`
is
`

Menu