[Vuejs]-Error while trying to use nativescript-photoviewer with vue

0👍

Try passing empty object as second argument to showGallery method, looks like its not really an optional parameter.

photoViewer.showGallery(images, {});

Leave a comment