0👍
Try passing empty object as second argument to showGallery method, looks like its not really an optional parameter.
photoViewer.showGallery(images, {});
- [Vuejs]-Filter a value in all properties with Laravel
- [Vuejs]-Vue 3 Composition API: using props as initial value for component data
Source:stackexchange.com