Answer the question
In order to leave comments, you need to log in
Does Vue.js break variables if you put them in href="" or action=""?
<h1>{{ routeLogIn }}</h1> // работает
<form class="form-horizontal" role="form" method="POST" action="{{ routeLogIn }}"> // весь файл ломает
<a href="{{ routeHome }}" // то же самое
//scripts
data() {
return {
routeLogIn: laroute.url('login', []),
}
},
Cannot resolve file
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question