3👍
✅
- You are not sending data to
open
method, but I suggest to usethis.url
to get value inside method
Either use
open: function () {
var url = this.url;
- Run your application in any local server instead directly from D drive
Source:stackexchange.com