0👍
I had the same error. I resolved it by surrounding the Vue declaration with
$(document).ready(function() { .... };
Source:stackexchange.com
0👍
I had the same error. I resolved it by surrounding the Vue declaration with
$(document).ready(function() { .... };