0👍
Kindly go to browser>inspect>Network>Response>check for error.
An error was: "Array and string offset access syntax with curly braces is deprecated"
So I was using PHP version 7.4 than 7.2 so I change the {} to [] and save and reload.
the issue is solved.
- [Vuejs]-How to show an attribute of an item (generated by a loop) on-click?
- [Vuejs]-Ionic Vue: Router Link isn’t working/doing anything
Source:stackexchange.com