0👍
The problem had been sloved by changing <form id = "app" >
to <div id = "app" >
. In some reason Vue application was working wrong then it mounted to <form>
tag.
- [Vuejs]-Any way to show a selected number of list items without having to add a conditional to each?
- [Vuejs]-Single Authentication for different laravel web app
Source:stackexchange.com